mirror of
https://github.com/janet-lang/janet
synced 2025-10-18 09:17:40 +00:00
Change convention for naming modules and functions.
This commit is contained in:
@@ -86,10 +86,10 @@ static int os_exit(DstArgs args) {
|
||||
}
|
||||
|
||||
static const DstReg cfuns[] = {
|
||||
{"os-execute", os_execute},
|
||||
{"os-exit", os_exit},
|
||||
{"os-getenv", os_getenv},
|
||||
{"os-setenv", os_setenv},
|
||||
{"os.execute", os_execute},
|
||||
{"os.exit", os_exit},
|
||||
{"os.getenv", os_getenv},
|
||||
{"os.setenv", os_setenv},
|
||||
{NULL, NULL}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user