include.h

changeset 3
510d6b198dde
parent 1
34a5e235d16e
equal deleted inserted replaced
2:29ac790c27ad 3:510d6b198dde
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