![]() ![]() | ![]() |
version 1.1.2.3, 2013/12/05 14:57:35 | version 1.1.2.4, 2013/12/05 15:13:57 |
---|---|
Line 77 FILE *e_popen(const char *command, const char *type, p | Line 77 FILE *e_popen(const char *command, const char *type, p |
*/ | */ |
int e_pclose(FILE *iop); | int e_pclose(FILE *iop); |
/* | |
* pio_pgetpid() - Get tagPIOPID structure from file handle | |
* | |
* @iop = popen handle | |
* return: NULL error or !=NULL tagPIOPID structure | |
*/ | |
struct tagPIOPID *pio_pgetpid(FILE * __restrict iop); | |
#endif | #endif |