Files
erythros/System/Shell/Commands/exit.HC

5 lines
82 B
HolyC
Raw Normal View History

I64 @shell_cmd_exit(@shell* sh, I64 argc, U8** argv)
{
// stub
return 0;
}