1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 02:33:17 +02:00

NetWare LibC itself pipe/popen/pclose implementation

This commit is contained in:
Anantha Kesari H Y
2005-06-29 10:17:02 +00:00
parent 150a72925b
commit cd9eaf74b2
-11
View File
@@ -1,11 +0,0 @@
/* pipe related function declarations */
/*#include <unistd.h>*/
#include <proc.h>
#include <fcntl.h>
#include <sys/select.h>
FILE* popen(const char* command, const char* mode);
int pclose(FILE* stream);