mirror of
https://github.com/janet-lang/janet
synced 2024-11-25 17:57:17 +00:00
Make format.
This commit is contained in:
parent
5b6b9f1597
commit
789ef3608b
@ -1403,8 +1403,8 @@ static const JanetReg os_cfuns[] = {
|
|||||||
{
|
{
|
||||||
"os/realpath", os_realpath,
|
"os/realpath", os_realpath,
|
||||||
JDOC("(os/realpath path)\n\n"
|
JDOC("(os/realpath path)\n\n"
|
||||||
"Get the absolute path for a given path, following ../, ./, and symlinks. "
|
"Get the absolute path for a given path, following ../, ./, and symlinks. "
|
||||||
"Returns an absolute path as a string. Will raise an error on Windows.")
|
"Returns an absolute path as a string. Will raise an error on Windows.")
|
||||||
},
|
},
|
||||||
#endif
|
#endif
|
||||||
{NULL, NULL, NULL}
|
{NULL, NULL, NULL}
|
||||||
|
Loading…
Reference in New Issue
Block a user