PatchworkOS  3984a1d
A non-POSIX operating system.
Loading...
Searching...
No Matches
symlink.c File Reference
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/io.h>
#include "user/common/syscalls.h"
Include dependency graph for symlink.c:

Go to the source code of this file.

Functions

uint64_t symlink (const char *target, const char *linkpath)
 System call for creating a symbolic link.