"depot M311"

This commit is contained in:
JunkJumper
2020-05-02 00:01:03 +02:00
parent f0c24b24e0
commit 16e128821d
83 changed files with 0 additions and 2045 deletions

View File

@@ -1,9 +0,0 @@
#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]);
}

View File

@@ -1,9 +0,0 @@
/*********************************/
/* Specification afficher_chaine */
/*********************************/
#include <stdio.h>
#include "util_afficher.h"
void afficher_chaine (char * chaine) {
printf ("\n\n*** %s ! ***\n\n", chaine);
}

View File

@@ -1,5 +0,0 @@
/*********************************/
/* Specification afficher_chaine */
/*********************************/
void afficher_chaine (char * chaine);