An open API service indexing awesome lists of open source software.

https://github.com/junka/ioctl


https://github.com/junka/ioctl

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# ioctl

the syscall ```ioctl()``` maniplates the underlay deviceparameters of special files.

see the manpage of ioctl to read more.

this project aims to implements ioctl in golang like
```
func Ioctl(fd int, request uint64, arg ...uintptr) error
```