"debut TD0"
This commit is contained in:
9
2019-2020/S3T_TP_00_REVISIONS/Demo_make/util_afficher.c
Executable file
9
2019-2020/S3T_TP_00_REVISIONS/Demo_make/util_afficher.c
Executable file
@@ -0,0 +1,9 @@
|
||||
/*********************************/
|
||||
/* Specification afficher_chaine */
|
||||
/*********************************/
|
||||
#include <stdio.h>
|
||||
#include "util_afficher.h"
|
||||
void afficher_chaine (char * chaine) {
|
||||
printf ("\n\n*** %s ! ***\n\n", chaine);
|
||||
}
|
||||
|
Reference in New Issue
Block a user