IMPORT_C int ioctl(int, int, void *);
Description
Performs a variety of device-specific control functions on device special files.
Parameters
Return value
int |
On Success, returns a value other than -1 that depends upon the STREAMS device control function. On Failure, return -1, errno may be set. |
|