This commit is contained in:
Emmanuel Srivastava
2024-12-11 11:57:32 +01:00
parent 7bc0c88705
commit 6bcd12a191
24 changed files with 132 additions and 34 deletions

15
DEV.1.1/CM2/ex1.c Normal file
View File

@@ -0,0 +1,15 @@
#include <stdio.h>
#include <stdlib.h>
#include <sys/stat.h>
int main(int argc, char *argv[]){
struct stat buffer;
int i;
for (i = 0; i < argc; i++){
printf("%d\n",argc);
}
taille = strtol(argv)
printf("%jd octets\n",buffer.st_size);
}