mirror of
https://git.checksum.fail/alec/erythros
synced 2025-12-12 05:59:53 +02:00
5 lines
82 B
HolyC
5 lines
82 B
HolyC
|
|
I64 @shell_cmd_exit(@shell* sh, I64 argc, U8** argv)
|
||
|
|
{
|
||
|
|
// stub
|
||
|
|
return 0;
|
||
|
|
}
|