source: trunk/libs/newlib/src/newlib/libc/posix/posix.tex @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 339 bytes
Line 
1@node Posix
2@chapter Posix Functions
3
4This chapter groups several utility functions specified by POSIX, but
5not by C.  Each function documents which header to use.
6
7@menu
8* popen::       Create a stream tied to a child process
9* posix_spawn:: Spawn a process
10@end menu
11
12@page
13@include posix/popen.def
14
15@page
16@include posix/posix_spawn.def
Note: See TracBrowser for help on using the repository browser.