/*
** popen.h -- prototypes for pipe functions
*/
#if !defined(FILE)
#include <stdio.h>
#endif

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


syntax highlighted by Code2HTML, v. 0.9.1