uio.h File Reference

API published in:
API deprecated in:


#include <sys/cdefs.h>
#include <sys/_types.h>
#include <sys/_iovec.h>

Go to the source code of this file.


Typedefs

typedef __ssize_t  ssize_t
typedef __off_t  off_t

Functions

__BEGIN_DECLS IMPORT_C ssize_t  readv (int, const struct iovec *, int)
IMPORT_C ssize_t  writev (int, const struct iovec *, int)

Typedef Documentation

typedef __off_t off_t
 
typedef __ssize_t ssize_t
 

Function Documentation

__BEGIN_DECLS IMPORT_C ssize_t readv int  ,
const struct iovec ,
int 
 
IMPORT_C ssize_t writev int  ,
const struct iovec ,
int 
 

Copyright © Nokia Corporation 2001-2008
Back to top