mirror of
https://github.com/janet-lang/janet
synced 2025-11-13 13:57:19 +00:00
formatting
This commit is contained in:
@@ -814,8 +814,8 @@ JANET_CORE_FN(os_proc_close,
|
|||||||
}
|
}
|
||||||
|
|
||||||
JANET_CORE_FN(os_proc_getpid,
|
JANET_CORE_FN(os_proc_getpid,
|
||||||
"(os/getpid)",
|
"(os/getpid)",
|
||||||
"Get the process ID of the current process.") {
|
"Get the process ID of the current process.") {
|
||||||
janet_sandbox_assert(JANET_SANDBOX_SUBPROCESS);
|
janet_sandbox_assert(JANET_SANDBOX_SUBPROCESS);
|
||||||
janet_fixarity(argc, 0);
|
janet_fixarity(argc, 0);
|
||||||
(void) argv;
|
(void) argv;
|
||||||
|
|||||||
Reference in New Issue
Block a user