Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/trunk/src/defs/stdlibincl.h @ 7108

Last change on this file since 7108 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
Line 
1/*!
2 * @file stdlibincl.h
3 * 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.