repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Don't call ReadArgs() if started from WB.
[tangerine.git]
/
compiler
/
clib
/
include
/
sys
/
_iovec.h
blob
3f2b972ccbc994c1e934aea4fe459b303db0a6fb
1
#ifndef _SYS__IOVEC_H_
2
#define _SYS__IOVEC_H_
3
/*
4
Copyright © 1995-2003, The AROS Development Team. All rights reserved.
5
$Id$
6
*/
7
8
#include <sys/_types.h>
9
10
struct
iovec
11
{
12
void
*
iov_base
;
13
__size_t iov_len
;
14
};
15
16
#endif
/* _SYS__IOVEC_H_ */