1
0
mirror of https://github.com/janet-lang/janet synced 2025-10-31 15:43:01 +00:00

Several changes to the os module.

- Add os/symlink
- Add os/realpath
This commit is contained in:
Calvin Rose
2020-03-24 19:45:57 -05:00
parent 6a63b13d69
commit 3d1de237f6
4 changed files with 57 additions and 6 deletions

View File

@@ -29,4 +29,8 @@
#define _POSIX_C_SOURCE 200112L
#endif
#ifndef _XOPEN_SOURCE
#define _XOPEN_SOURCE 500
#endif
#endif