This is popen.h in view mode; [Download] [Up]
/* ** popen.h -- prototypes for pipe functions */ #if !defined(FILE) #include <stdio.h> #endif extern FILE *popen( char *, char * );
These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.