Last change
on this file since 5045 was
5031,
checked in by bensch, 19 years ago
|
orxonox/trunk: made the IniParser more standAlone
also fixed all remaing SubProjects, so they compile again
|
File size:
226 bytes
|
Rev | Line | |
---|
[4381] | 1 | /*! |
---|
[5031] | 2 | * @file stdlibincl.h |
---|
| 3 | * some headers of the stdlib |
---|
| 4 | * |
---|
| 5 | * no Class is defined here. |
---|
| 6 | */ |
---|
[4381] | 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.