Izm2
This commit is contained in:
parent
e07ad28de9
commit
e3a28cfe47
@ -3,6 +3,10 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
|
||||
int u;
|
||||
int x;
|
||||
|
||||
struct Node {
|
||||
int data;
|
||||
struct Node* next;
|
||||
@ -69,9 +73,6 @@ void main() {
|
||||
elLeftIx10(2);
|
||||
printList();
|
||||
|
||||
elLeftIx10(4);
|
||||
printList();
|
||||
|
||||
clearList();
|
||||
printList();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user