#include <sys/wait.h>
#include "AP_Types.h"
#include "AP_String.h"
Namespaces | |
namespace | AP |
Architecture Platform. | |
Functions | |
AP_Bool | AP_Pclose (AP_StdFile &pfp) |
returned from AP_Popen() | |
AP_Bool | AP_Popen (const AP_String &cmd, AP_StdFile &pfp) |
file handle returned | |
AP_String | AP_Pread (AP_StdFile fd) |
returned from AP_Popen() |