From 0894d35d3a6b130de63ebf5740eaefefec696b8c Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 24 Nov 1999 19:03:06 +0000 Subject: Added chapter of list of routines provided by libm. --- doc/posix_users/libc.t | 48 ++++++++++++++++++++++++++++++++++-------------- 1 file changed, 34 insertions(+), 14 deletions(-) (limited to 'doc/posix_users/libc.t') diff --git a/doc/posix_users/libc.t b/doc/posix_users/libc.t index 501a0a421c..34ce15b8fc 100644 --- a/doc/posix_users/libc.t +++ b/doc/posix_users/libc.t @@ -6,7 +6,7 @@ @c $Id$ @c -@chapter Services Provided by C Library +@chapter Services Provided by C Library (libc) @section Introduction @@ -305,22 +305,42 @@ This section lists the routines that provided by the Newlib C Library. @item unctrl - Return printable representation of a character @end itemize -@section Reentrant System Calls +@section Variable Argument Lists + + +@itemize @bullet + +@item Stdarg (stdarg.h): +@itemize @bullet +@item va_start - XXX +@item va_arg - XXX +@item va_end - XXX +@end itemize + +@item Vararg (varargs.h): +@itemize @bullet +@item va_alist - XXX +@item va_start-trad - XXX +@item va_arg-trad - XXX +@item va_end-trad - XXX +@end itemize +@end itemize +@section Reentrant System Calls @itemize @bullet -@item open_r - XXX -@item close_r - XXX -@item lseek_r - XXX -@item read_r - XXX -@item write_r - XXX -@item fork_r - XXX -@item wait_r - XXX -@item stat_r - XXX -@item fstat_r - XXX -@item link_r - XXX -@item unlink_r - XXX -@item sbrk_r - XXX +@item open_r - XXX +@item close_r - XXX +@item lseek_r - XXX +@item read_r - XXX +@item write_r - XXX +@item fork_r - XXX +@item wait_r - XXX +@item stat_r - XXX +@item fstat_r - XXX +@item link_r - XXX +@item unlink_r - XXX +@item sbrk_r - XXX @end itemize -- cgit v1.2.3