1 2 3 4 5 6 7 8 9 10
#define _BSD_SOURCE #include <dirent.h> #include <limits.h> #include "syscall.h" int getdents(int fd, struct dirent *buf, size_t len) { if (len>INT_MAX) len = INT_MAX; return syscall(SYS_getdents, fd, buf, len); }
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル