Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ファイルがブロックデバイスか文字デバイスかをチェックする関数は c にありますか?
ありがとう!
lstatLinux を使用している場合は、おそらく を探しているでしょう:
lstat
http://linux.die.net/man/2/lstat
S_ISCHRマクロとにアクセスできる必要がありますS_ISBLK。
S_ISCHR
S_ISBLK