S_ISFIFO |
Est-ce FIFO |
---|---|
GNU C | sys/stat.h |
Syntaxe
int S_ISFIFO(mode_t m); |
Description
Cette macro permet de retourner un non nul si le fichier est un fichier spécial FIFO ou un canal.
Dernière mise à jour : Mardi, le 19 Mai 2020
S_ISFIFO |
Est-ce FIFO |
---|---|
GNU C | sys/stat.h |
int S_ISFIFO(mode_t m); |
Cette macro permet de retourner un non nul si le fichier est un fichier spécial FIFO ou un canal.