uio.h\sys\include - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/include/sys/uio.h
blob: 11b6bd27202baea230a6507914bd4e9beecb158e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef _SYS_UIO_H
#define _SYS_UIO_H
#define __NEED_size_t
#define __NEED_ssize_t
#define __NEED_struct_iovec
#include <bits/alltypes.h>
ssize_t readv (int, const struct iovec *, int);
ssize_t writev (int, const struct iovec *, int);
#endif
generated by cgit v1.2.1 (git 2.18.0) at 2025年11月03日 13:20:41 +0000

AltStyle によって変換されたページ (->オリジナル) /