diff MODULES.html.sh @ 5219:fcff9e1a6e22

New module 'stdint'.
author Bruno Haible <bruno@clisp.org>
date Wed, 08 Sep 2004 12:43:11 +0000
parents f96c64693f86
children 0e6f016e3192
line wrap: on
line diff
--- a/MODULES.html.sh	Wed Sep 08 12:15:25 2004 +0000
+++ b/MODULES.html.sh	Wed Sep 08 12:43:11 2004 +0000
@@ -1640,6 +1640,16 @@
   func_module stdbool
   func_end_table
 
+  element="Integer types and values <stdint.h>"
+  element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
+  func_section_wrap isoc_sup_stdint
+  func_wrap H3
+  func_echo "$element"
+
+  func_begin_table
+  func_module stdint
+  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