KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
iovec_t Struct Reference

I/O vector structure. More...

#include <sys/uio.h>

Data Fields

void * iov_base
 Base address of memory for I/O.
 
size_t iov_len
 Size of memory pointed to by iov_base.
 

Detailed Description

I/O vector structure.

Compatibility typedef for old code.

Deprecated

Field Documentation

◆ iov_base

void* iovec_t::iov_base

Base address of memory for I/O.

◆ iov_len

size_t iovec_t::iov_len

Size of memory pointed to by iov_base.


The documentation for this struct was generated from the following file: