ioctl ( fd request argp -- int ) (original) (raw)
ioctl ( fd request argp -- int )
Inputs
fd | an object |
---|---|
request | an object |
argp | an object |
Outputs
int | an object |
---|
Definition
USING: alien.c-types alien.syntax ;
LIBRARY: libc FUNCTION: int ioctl
( int fd, ulong request, void* argp )