snprintf is C 99, not just POSIX.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 30 Sep 2004 23:39:58 +0000 (23:39 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 30 Sep 2004 23:39:58 +0000 (23:39 +0000)
MODULES.html.sh

index 9d660fff483eeeada2152123b39731a9ef0fc8a3..50743d2b66d5ab322d928ea8cf18cf4efd6e9645 100755 (executable)
@@ -1651,6 +1651,16 @@ func_all_modules ()
   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_all_modules ()
   func_module regex
   func_module rename
   func_module rmdir
-  func_module snprintf
   func_module utime
   func_end_table