9 typedef HANDLE descriptor_t
;
10 typedef HANDLE proc_pid_t
;
12 typedef int descriptor_t
;
13 typedef pid_t proc_pid_t
;
17 descriptor_t parent
, child
;
26 int proc_close(proc_handler_t
*ht
);
27 int proc_open(proc_handler_t
*ht
, const char *command
);
28 int proc_open_buffer(const char *command
, buffer
*in
, buffer
*out
, buffer
*err
);