Thu 17 Oct 23:42:52 CEST 2024

This commit is contained in:
sbosse 2024-10-17 23:43:09 +02:00
parent efb06deb60
commit 5b605be449

6
include/library/stdlib.h Normal file
View File

@ -0,0 +1,6 @@
#ifndef LIBRARY_STDLIB_H
#define LIBRARY_STDLIB_H
void exit( int code );
#endif