RTEMS CPU Kit with SuperCore  4.11.2
Macros | Typedefs | Functions
uio.h File Reference
#include <sys/cdefs.h>
#include <sys/_types.h>
#include <sys/_iovec.h>
Include dependency graph for uio.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef __ssize_t ssize_t
 
typedef __off_t off_t
 

Functions

__BEGIN_DECLS ssize_t readv (int, const struct iovec *, int)
 readv() - POSIX 1003.1 - Read a Vector More...
 
ssize_t writev (int, const struct iovec *, int)
 

Function Documentation

◆ readv()

__BEGIN_DECLS ssize_t readv ( int  fd,
const struct iovec iov,
int  iovcnt 
)

readv() - POSIX 1003.1 - Read a Vector

OpenGroup URL:

http://www.opengroup.org/onlinepubs/009695399/functions/readv.html