#include #include int link(const char *path1, const char *path2) { return syscall(link, path1, path2); }