Compare commits

...

1 Commits
main ... correc

Author SHA1 Message Date
gbrochar 1ce775d140 correc files 2024-10-25 18:18:34 +02:00
10 changed files with 12 additions and 0 deletions

3
easy_test.c Normal file
View File

@ -0,0 +1,3 @@
#include <stdio.h>
int main(void) { puts("Test facile"); return (0); }

BIN
error_header Normal file

Binary file not shown.

BIN
header Normal file

Binary file not shown.

BIN
header_and_prog Normal file

Binary file not shown.

BIN
header_and_prog_copy Normal file

Binary file not shown.

BIN
header_copy Normal file

Binary file not shown.

BIN
header_offset_error Normal file

Binary file not shown.

9
not_so_easy_test.c Normal file
View File

@ -0,0 +1,9 @@
#include <stdio.h>
int a_global = 40;
int main(void) {
printf("Global is: %d\n", a_global);
return (0);
}

BIN
unterminated_string Normal file

Binary file not shown.

BIN
wrong_arch Normal file

Binary file not shown.