2 @chapter Posix Functions
4 This chapter groups several utility functions specified by POSIX, but
5 not by C. Each function documents which header to use.
8 * Function popen:: Create a stream tied to a child process
9 * Function posix_spawn:: Spawn a process
13 @include posix/popen.def
16 @include posix/posix_spawn.def