aboutsummaryrefslogtreecommitdiffstats
path: root/pc.d/popen.h
blob: 555013249fac45dc3ffede16aa06856aebf60c4f (plain)
1
2
3
4
5
6
7
8
/*
** popen.h -- prototypes for pipe functions
*/
#if !defined(FILE)
#include <stdio.h>
#endif
extern FILE *popen( char *, char * );