KallistiOS
git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
iovec.h
Go to the documentation of this file.
1
/* KallistiOS ##version##
2
3
kos/iovec.h
4
Copyright (C) 2001 Megan Potter
5
6
*/
7
8
/** \file kos/iovec.h
9
\brief Deprecated header file for I/O scatter/gather arrays.
10
\deprecated
11
12
See <sys/uio.h> for what used to be here.
13
*/
14
15
#ifndef __KOS_IOVEC_H
16
#define __KOS_IOVEC_H
17
18
#include <
sys/uio.h
>
19
20
/** \brief Compatibility typedef for old code.
21
\deprecated
22
*/
23
typedef
struct
iovec
iovec_t;
24
25
#endif
/* __KOS_IOVEC_H */
iovec
I/O vector structure.
Definition
uio.h:34
uio.h
Header for terminal control operations.
include
kos
iovec.h
Generated by
1.11.0