basekernel/include/library/stdlib.h

7 lines
82 B
C
Raw Normal View History

2024-10-17 23:43:09 +02:00
#ifndef LIBRARY_STDLIB_H
#define LIBRARY_STDLIB_H
void exit( int code );
#endif