Vincent38190

fonction.h

Jan 20th, 2016
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.55 KB | None | 0 0
  1. #ifndef DEF_FONCTION
  2. #define DEF_FONCTION
  3. #include <stdio.h>
  4. #include <stdlib.h>
  5. #include <time.h>
  6. #include <string.h>
  7. #include <ctype.h>
  8. #include "dico.h"
  9. #endif // DEF_FONCTION
  10.  
  11.  
  12. void CopierLeMotMystere(const char motMystere[], char penduMotMystere[]);
  13. char lireCaractere();
  14. void TestCaractere(const char motMystere[],char penduMotMystere[],int *essaiRestant,int *test,char afficherFaute[]);
  15. int TestResultat(const char motMystere[],const char penduMotMystere[]);
  16. void AfficherPendu(const int essaiRestant);
  17. void Pause();
  18. void viderBuffer();
Add Comment
Please, Sign In to add comment