Add GNUSTANDARDS (for eggert only).
[gnulib.git] / MODULES.html.sh
index 9d660ff..260405d 100755 (executable)
@@ -1510,6 +1510,7 @@ func_all_modules ()
 
   func_begin_table
   func_module bcopy
+  func_module memmem
   func_module mempcpy
   func_module memrchr
   func_module stpcpy
@@ -1519,6 +1520,7 @@ func_all_modules ()
   func_module strdup
   func_module strnlen
   func_module strndup
+  func_module strsep
   #func_module fstrcmp
   func_module xstrndup
   func_end_table
@@ -1651,6 +1653,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 +1747,6 @@ func_all_modules ()
   func_module regex
   func_module rename
   func_module rmdir
-  func_module snprintf
   func_module utime
   func_end_table