source:
orxonox.OLD/orxonox/trunk/src/defs/stdlibincl.h
@
4617
Last change on this file since 4617 was 4381, checked in by bensch, 19 years ago | |
---|---|
File size: 229 bytes |
Rev | Line | |
---|---|---|
[4381] | 1 | /*! |
2 | \file stdlibincl.h | |
3 | \brief some headers of the stdlib | |
4 | ||
5 | no Class is defined here. | |
6 | */ | |
7 | ||
8 | #ifndef _STDLIBINCL_H | |
9 | #define _STDLIBINCL_H | |
10 | ||
11 | #include <stddef.h> | |
12 | #include <stdlib.h> | |
13 | #include <string.h> | |
14 | ||
15 | #endif /* _STDLIBINCL_H */ |
Note: See TracBrowser
for help on using the repository browser.