source:
orxonox.OLD/trunk/src/defs/stdlibincl.h
@
  5778
        
        | Last change on this file since 5778 was 5031, checked in by bensch, 20 years ago | |
|---|---|
| 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.
    


            






