PatchworkOS  dbbdc99
A non-POSIX operating system.
Loading...
Searching...
No Matches
writefile.c File Reference
#include <sys/fs.h>
Include dependency graph for writefile.c:

Go to the source code of this file.

Functions

size_t writefile (const char *path, const void *buffer, size_t count, size_t offset)
 Wrapper for writing to a file directly using a path.