include.h

changeset 1
34a5e235d16e
equal deleted inserted replaced
0:518bfd1cc1e8 1:34a5e235d16e
1 #ifndef INCLUDE_H
2 #define INCLUDE_H
3
4 #include <stdio.h>
5 #include <string.h>
6 #include <stdbool.h>
7 #include <stdlib.h>
8 #include <dirent.h>
9
10 #endif /* INCLUDE_H */

mercurial