1 #ifndef ACL_VSTREAM_POPEN_INCLUDE_H 2 #define ACL_VSTREAM_POPEN_INCLUDE_H 18 #define acl_vstream_ispipe(vp) ((vp)->pid != 0) 20 #define ACL_VSTREAM_POPEN_END 0 21 #define ACL_VSTREAM_POPEN_COMMAND 1 22 #define ACL_VSTREAM_POPEN_ARGV 2 23 #define ACL_VSTREAM_POPEN_UID 3 24 #define ACL_VSTREAM_POPEN_GID 4 25 #define ACL_VSTREAM_POPEN_ENV 5 26 #define ACL_VSTREAM_POPEN_SHELL 6 27 #define ACL_VSTREAM_POPEN_WAITPID_FN 7 28 #define ACL_VSTREAM_POPEN_EXPORT 8
ACL_API ACL_VSTREAM * acl_vstream_popen(int,...)
ACL_API int acl_vstream_pclose(ACL_VSTREAM *)