PatchworkOS  3984a1d
A non-POSIX operating system.
Loading...
Searching...
No Matches
readlink.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 readlink.c:

Go to the source code of this file.

Functions

size_t readlink (const char *path, char *buffer, uint64_t count)
 System call for reading the target of a symbolic link.