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