add TP03 SCR
This commit is contained in:
12
SCR/SCR3.1/TP03/Exercise4/rebours.c
Normal file
12
SCR/SCR3.1/TP03/Exercise4/rebours.c
Normal file
@@ -0,0 +1,12 @@
|
||||
#include <assert.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
int main(int argc, char* argv[]) {
|
||||
assert(argc == 2);
|
||||
|
||||
long i = strtol(argv[1], NULL, 10);
|
||||
|
||||
return EXIT_SUCCESS;
|
||||
}
|
Reference in New Issue
Block a user