missing95.c [plain text]
/* these routines are not part of win 95 and nt;
   they are included here so you can compile. */

#include <stdio.h>
FILE *popen(const char *s, const char *m) { return NULL; }
int pclose(FILE *f) { return 0; }

Generated by GNU enscript 1.6.4.