Fennix/libc/src/main.c
2023-06-10 13:10:56 +03:00

6 lines
69 B
C

/* TODO: Show a message or something */
int _start()
{
return -1;
}