Advertisement
Vincent38190

dico.h

Jan 20th, 2016
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.26 KB | None | 0 0
  1. #ifndef DEF_FONCTION
  2. #define DEF_FONCTION
  3. #include <stdio.h>
  4. #include <stdlib.h>
  5. #include <string.h>
  6. #include <time.h>
  7. #include <ctype.h>
  8. #include "fonction.h"
  9. #endif // DEF_FONCTION
  10.  
  11.  
  12.  
  13. void Dictionnaire(char sortit[]);
  14. int NombreDeMot(FILE* fichier);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement