1 2 3 4 5 6 7 8 9 10 11 12
#include <sys/swap.h> #include "syscall.h" int swapon(const char *path, int flags) { return syscall(SYS_swapon, path, flags); } int swapoff(const char *path) { return syscall(SYS_swapoff, path); }
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル