1 2 3 4 5 6 7 8 9 10
#include "syscall.h" #ifdef SYS_ioperm #include <sys/io.h> int ioperm(unsigned long from, unsigned long num, int turn_on) { return syscall(SYS_ioperm, from, num, turn_on); } #endif
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル