Thu, 01 Dec 2011 17:06:27 +0100
Merge with 3963e8800a1268be93d938c709e2d4be4d0b2d39
| 10 | 1 | /* |
| 2 | * stdinc.h | |
| 3 | * | |
| 4 | * Created on: 15.09.2011 | |
|
20
43725438ac50
Changed author comments + added signatures for upcomming bfile heuristics
Mike Becker <universe@uap-core.de>
parents:
10
diff
changeset
|
5 | * Author: Mike |
| 10 | 6 | */ |
| 7 | ||
| 8 | #ifndef STDINC_H_ | |
| 9 | #define STDINC_H_ | |
| 10 | ||
| 11 | #include <stdio.h> | |
| 12 | #include <string.h> | |
| 13 | #include <stdbool.h> | |
| 14 | #include <stdlib.h> | |
| 15 | #include <dirent.h> | |
| 16 | ||
| 17 | #endif /* STDINC_H_ */ |