include.h

Mon, 23 May 2011 16:43:13 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 23 May 2011 16:43:13 +0200
changeset 1
34a5e235d16e
permissions
-rw-r--r--

cline version 2

     1 #ifndef INCLUDE_H
     2 #define INCLUDE_H
     4 #include <stdio.h>
     5 #include <string.h>
     6 #include <stdbool.h>
     7 #include <stdlib.h>
     8 #include <dirent.h>
    10 #endif /* INCLUDE_H */

mercurial