MentOS
0.8.0
The Mentoring Operating System
libc
inc
sys
ioctl.h
Go to the documentation of this file.
1
6
#pragma once
7
14
int
ioctl
(
int
fd,
unsigned
long
int
request,
void
*data);
ioctl
int ioctl(int fd, unsigned long int request, void *data)
Perform the I/O control operation specified by REQUEST on FD. One argument may follow; its presence a...
Generated by
1.9.1