mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-24 07:31:32 +00:00
17 lines
339 B
TeX
17 lines
339 B
TeX
@node Posix
|
|
@chapter Posix Functions
|
|
|
|
This chapter groups several utility functions specified by POSIX, but
|
|
not by C. Each function documents which header to use.
|
|
|
|
@menu
|
|
* popen:: Create a stream tied to a child process
|
|
* posix_spawn:: Spawn a process
|
|
@end menu
|
|
|
|
@page
|
|
@include posix/popen.def
|
|
|
|
@page
|
|
@include posix/posix_spawn.def
|