7 lines
82 B
C
7 lines
82 B
C
#ifndef LIBRARY_STDLIB_H
|
|
#define LIBRARY_STDLIB_H
|
|
|
|
void exit( int code );
|
|
|
|
#endif
|