]>
diplodocus.org Git - nmh/blob - docs/historical/mh-6.8.5/zotnet/mf/musift.c
1 /* musift.c - test out mmuu */
19 setbuf (stdout
, sobuf
);
24 if ((fp
= fopen (*++argv
)) == NULL
) {
41 switch (mmdf2uucp (fileno (f
), fileno (stdout
), FALSE
)) {
46 die ("internal error while filtering MMDF mail");
49 die ("no free file pointers -- you lose");
52 die ("i/o error while filtering MMDF mail");
57 fprintf (stderr
, "MMDF mail was in bad format, patched...\n");
66 static die (fmt
, a
, b
, c
, d
)
75 fprintf (stderr
, fmt
, a
, b
, c
, d
);