removal due to another working script
[trueprint.git] / src / openpipe.h
blob26826a25daa6ef414b3a1e9fa4662ba80659d21d
1 /*
2 * Header file:
3 * openpipe.h
4 */
6 extern int openpipe(const char *command, char *mode);
7 extern FILE *fopenpipe(const char *command, char *mode);
8 extern void closepipe(int handle);
9 extern void fclosepipe(FILE *fp);