![]() |
O2S C Library 1.8.2
Provide high-level data-structures and other fundamental tools for C projects
|
Wrapper around the write system call. More...
#include "o2s/write.h"#include "o2s/log.h"#include <sys/types.h>#include <errno.h>#include <iso646.h>#include <stdbool.h>#include <string.h>#include <unistd.h>Go to the source code of this file.
Functions | |
| bool | write_all (int file_descriptor, const char *memory, size_t length) |
| Keep calling write, untill all bytes are written, or write returns an error. | |
Wrapper around the write system call.
Definition in file write.c.