"debut TD0"
This commit is contained in:
9
2019-2020/S3T_TP_00_REVISIONS/Demo_make/bonjour.c
Executable file
9
2019-2020/S3T_TP_00_REVISIONS/Demo_make/bonjour.c
Executable file
@@ -0,0 +1,9 @@
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include "util_afficher.h"
|
||||
int main (int argc, char * argv[], char * envp[])
|
||||
{
|
||||
if (argc != 2) {fprintf (stderr, "\nSyntaxe : %s <chaine> \n\n"); exit (1); }
|
||||
afficher_chaine(argv[1]);
|
||||
}
|
||||
|
Reference in New Issue
Block a user