basekernel/include/library/stdlib.h

7 lines
82 B
C

#ifndef LIBRARY_STDLIB_H
#define LIBRARY_STDLIB_H
void exit( int code );
#endif