summaryrefslogtreecommitdiffstats
path: root/doc/posix_users/libc.t
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-24 19:03:06 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1999-11-24 19:03:06 +0000
commit0894d35d3a6b130de63ebf5740eaefefec696b8c (patch)
tree792278c691e97ae50f17fea4aa4baf8f8f8ab5b5 /doc/posix_users/libc.t
parentNew file. (diff)
downloadrtems-0894d35d3a6b130de63ebf5740eaefefec696b8c.tar.bz2
Added chapter of list of routines provided by libm.
Diffstat (limited to 'doc/posix_users/libc.t')
-rw-r--r--doc/posix_users/libc.t48
1 files changed, 34 insertions, 14 deletions
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