Next: reset
Up: User interface definition
Previous: close
- SYNOPSIS
int ioctl(int fd, int request, ...);
- DESCRIPTION
The ioctl() manipulates the underlying device
parameters of special files.
- RETURN VALUE
On success, zero is returned. On error, -1 is returned,
and errno is set appropriately.
Yoshiji Yasu
2002年08月06日 18時03分20秒