![]() |
O2S C Library 1.8.2
Provide high-level data-structures and other fundamental tools for C projects
|
Wrapper arounf the write system call. More...
#include <stdbool.h>
#include <stddef.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 arounf the write system call.
Definition in file write.h.