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

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.

Detailed Description

Wrapper around the write system call.

Author
Antoine GAGNIERE

Definition in file write.c.