mirror of
https://github.com/GnoConsortium/gno.git
synced 2024-11-18 19:09:31 +00:00
7 lines
199 B
C
7 lines
199 B
C
|
/* 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; }
|