Files
erythros/System/Shell/Commands/exit.HC
2025-03-26 13:03:07 -04:00

5 lines
82 B
HolyC

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