O2S C Library 1.8.2
Provide high-level data-structures and other fundamental tools for C projects
Loading...
Searching...
No Matches
write.h File Reference

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.

Detailed Description

Wrapper arounf the write system call.

Author
Antoine GAGNIERE

Definition in file write.h.