mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-11 13:39:55 +02:00
System/Shell/Commands: Add stub for exit
This commit is contained in:
5
System/Shell/Commands/exit.HC
Normal file
5
System/Shell/Commands/exit.HC
Normal file
@@ -0,0 +1,5 @@
|
||||
I64 @shell_cmd_exit(@shell* sh, I64 argc, U8** argv)
|
||||
{
|
||||
// stub
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user