Sha256: 7b614d47423cb114a378aeb35eaeb25884de6c0871648036ce65a14bdc9bd4a1
Contents?: true
Size: 219 Bytes
Versions: 5
Compression:
Stored size: 219 Bytes
Contents
#ifndef _SYS_IO_H #define _SYS_IO_H #ifdef __cplusplus extern "C" { #endif #include <features.h> #include <bits/io.h> int iopl(int); int ioperm(unsigned long, unsigned long, int); #ifdef __cplusplus } #endif #endif
Version data entries
5 entries across 5 versions & 1 rubygems