orion/src/libk/include/stdlib.h

7 lines
63 B
C

#ifndef _STDLIB_H
#define _STDLIB_H
void abort(void);
#endif