{"version":"1.0","published":"2008-07-21 00:00:02","url":"https://so-wh.at/entry/20080721/p3","categories":["C\u8a00\u8a9e","UNIX"],"type":"rich","height":"190","provider_url":"https://hatena.blog","image_url":null,"html":"<iframe src=\"https://hatenablog-parts.com/embed?url=https%3A%2F%2Fso-wh.at%2Fentry%2F20080721%2Fp3\" title=\" opender - so what\" class=\"embed-card embed-blogcard\" scrolling=\"no\" frameborder=\"0\" style=\"display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;\"></iframe>","width":"100%","description":"Cygwin\u3067\u30d3\u30eb\u30c9\u3002d_off\u3068\u304b\u304c\u306a\u304b\u3063\u305f\u3002 #include <stdio.h> #include <sys/types.h> #include <dirent.h> #include <errno.h> int main() { DIR *dir; struct dirent *entry; if ((dir = opendir(\"/usr/bin\")) == NULL) { perror(\"opendir\"); exit(1); } entry = readdir(dir); while (entry) { printf(\"d_ino: %d\\n\", entry->d_ino); /\u2026","blog_title":"so what","provider_name":"Hatena Blog","author_name":"winebarrel","author_url":"https://blog.hatena.ne.jp/winebarrel/","blog_url":"https://so-wh.at/","title":" opender"}