Add FIXME

This commit is contained in:
apio 2022-10-21 18:37:18 +02:00
parent bef9158450
commit fcd6d9b9f5

View File

@ -55,7 +55,7 @@ extern "C"
char* getenv(const char*)
{
return NULL; // Not implemented :)
return NULL; // FIXME: Not implemented :)
}
__lc_noreturn void _Exit(int status)