15 lines
247 B
C
15 lines
247 B
C
#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);
|
|
} |