![]() |
|||||
|
#include <stddef.h>
Go to the source code of this file.
Classes | |
struct | iovec |
Defines a memory vector. More... | |
Typedefs | |
typedef signed long | ssize_t |
Signed size type. | |
Functions | |
ssize_t | readv (int fd, struct iovec const *vector, int count) |
Reads from a file into a set of memory blocks. | |
ssize_t | writev (int fd, struct iovec const *vector, int count) |
Writes to a file from a set of memory blocks. |
|
UNIX Emulation for Win32 Libraries documentation © Synesis Software Pty Ltd, 2002-2010 |