include.h

changeset 1
34a5e235d16e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/include.h	Mon May 23 16:43:13 2011 +0200
     1.3 @@ -0,0 +1,10 @@
     1.4 +#ifndef INCLUDE_H
     1.5 +#define INCLUDE_H
     1.6 +
     1.7 +#include <stdio.h>
     1.8 +#include <string.h>
     1.9 +#include <stdbool.h>
    1.10 +#include <stdlib.h>
    1.11 +#include <dirent.h>
    1.12 +
    1.13 +#endif /* INCLUDE_H */

mercurial