mirror of
https://github.com/hmaxnl/based.git
synced 2025-04-18 12:48:13 +02:00
6 lines
132 B
C
Executable File
6 lines
132 B
C
Executable File
//#include "base.h"
|
|
|
|
void rt_unix_start(int argc, char** argv, char** envp)
|
|
{
|
|
//TODO: Callback => main & syscall to exit group
|
|
} |