~yacinechaouche/+junk/BZR

« back to all changes in this revision

Viewing changes to CODE/TEST/C/Hangman-master/jeu.h

  • Committer: yacinechaouche at yahoo
  • Date: 2015-01-14 22:23:03 UTC
  • Revision ID: yacinechaouche@yahoo.com-20150114222303-6gbtqqxii717vyka
Ajout de CODE et PROD. Il faudra ensuite ajouter ce qu'il y avait dan TMP

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef DEF_JEU_H
 
2
#define DEF_JEU_H
 
3
 
 
4
char lireCaractere();           /* Lis un caractere et vide le "buffer" */
 
5
int comparerCaractere();        /* Compare le caractere entré avec les caractere du mot a trouver */
 
6
int nombreAleatoire();          /* Prend un nombre aléatoire */
 
7
 
 
8
#endif