trymkffo.c (101B)
1 #include <sys/types.h> 2 #include <sys/stat.h> 3 4 int main(void) 5 { 6 return mkfifo("temp-trymkffo",0); 7 }