s/qmail 4.2.29a
Next generation secure email transport
Loading...
Searching...
No Matches
trymkffo.c
Go to the documentation of this file.
1#include <sys/types.h>
2#include <sys/stat.h>
3
4int main()
5{
6 mkfifo("temp-trymkffo",0);
7}
int main()
Definition: trymkffo.c:4