From 9fe033ea88c2f705ec18c232873d056e0c229d72 Mon Sep 17 00:00:00 2001 From: Gaspard Coulet Date: Wed, 28 Apr 2021 23:05:53 +0200 Subject: Initial commit --- sem_5/HLIN504_Systeme/testfile.c | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 sem_5/HLIN504_Systeme/testfile.c (limited to 'sem_5/HLIN504_Systeme/testfile.c') diff --git a/sem_5/HLIN504_Systeme/testfile.c b/sem_5/HLIN504_Systeme/testfile.c new file mode 100644 index 0000000..ddb238f --- /dev/null +++ b/sem_5/HLIN504_Systeme/testfile.c @@ -0,0 +1,9 @@ +#include +#include + +int main (int argc, char ** argv){ +printf("taille de argv : %d\n",sizeof(int*)); + + + return 0; +} -- cgit v1.2.3