| #include <unistd.h> | |
| int symlink(const char *actualpath, const char *sympath); | |
| int symlinkat(const char *actualpath, int fd, const char *sympath); | |
| /* Both return: 0 if OK, −1 on error */ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment