changeset 5283:dc424f1dfc9f

snprintf is C 99, not just POSIX.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 30 Sep 2004 23:39:58 +0000
parents 149d795beeb2
children 1e9dc1d31d4a
files MODULES.html.sh
diffstat 1 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/MODULES.html.sh	Thu Sep 30 23:29:25 2004 +0000
+++ b/MODULES.html.sh	Thu Sep 30 23:39:58 2004 +0000
@@ -1651,6 +1651,16 @@
   func_module stdint
   func_end_table
 
+  element="Input/output <stdio.h>"
+  element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
+  func_section_wrap isoc_sup_stdio
+  func_wrap H3
+  func_echo "$element"
+
+  func_begin_table
+  func_module snprintf
+  func_end_table
+
   element="Numeric conversion functions <stdlib.h>"
   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
   func_section_wrap isoc_sup_stdlib_conv
@@ -1735,7 +1745,6 @@
   func_module regex
   func_module rename
   func_module rmdir
-  func_module snprintf
   func_module utime
   func_end_table