Retro68/gcc/newlib/libc/posix/posix.tex

17 lines
339 B
TeX
Raw Normal View History

2017-04-11 21:13:36 +00:00
@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
2017-04-11 21:13:36 +00:00
@end menu
@page
@include posix/popen.def
@page
@include posix/posix_spawn.def