renamed C folder
This commit is contained in:
9
C_C++/test.c
Normal file
9
C_C++/test.c
Normal file
@ -0,0 +1,9 @@
|
||||
main(){
|
||||
int i = 10;
|
||||
int h;
|
||||
do{
|
||||
h = i - 1;
|
||||
}while(i = h);
|
||||
void * v = malloc(100);
|
||||
free(v);
|
||||
}
|
Reference in New Issue
Block a user