File: missing95.c

package info (click to toggle)
original-awk 1998-02-11-1
  • links: PTS
  • area: main
  • in suites: slink
  • size: 296 kB
  • ctags: 487
  • sloc: ansic: 4,664; yacc: 406; makefile: 80; sh: 7
file content (6 lines) | stat: -rw-r--r-- 202 bytes parent folder | download
1
2
3
4
5
6
/* these routines are not part of win 95 and nt;
   they are included here so you can compile. */

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