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

Go to the source code of this file.

Functions

size_t seek (fd_t fd, ssize_t offset, seek_origin_t origin)
 System call for changing the file offset.