summaryrefslogtreecommitdiff
path: root/pc/popen.h
blob: e8cd1b9b6d176d2f806e4e8b178eb5bcbde3f093 (plain)
1
2
3
4
5
6
7
8
9
/*
** popen.h -- prototypes for pipe functions
*/
#if !defined(FILE)
#include <stdio.h>
#endif

extern FILE *os_popen( char *, char * );
extern int  os_pclose( FILE * );