stdinc.h

Mon, 19 Sep 2011 08:11:08 +0200

author
Mike Becker <universe@uap-core.de>
date
Mon, 19 Sep 2011 08:11:08 +0200
changeset 15
9a262e046ab8
parent 10
ecf787666f44
child 20
43725438ac50
permissions
-rw-r--r--

added license

     1 /*
     2  * stdinc.h
     3  *
     4  *  Created on: 15.09.2011
     5  *      Author: beckermi
     6  */
     8 #ifndef STDINC_H_
     9 #define STDINC_H_
    11 #include <stdio.h>
    12 #include <string.h>
    13 #include <stdbool.h>
    14 #include <stdlib.h>
    15 #include <dirent.h>
    17 #endif /* STDINC_H_ */

mercurial