(Sizes of integer types <limits.h>): New element, with new ullong_max module.
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 19 Jan 2005 19:21:17 +0000 (19:21 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 19 Jan 2005 19:21:17 +0000 (19:21 +0000)
MODULES.html.sh

index c0a54b62066062f4f4475983a4ae7b10a4baa7b9..5334321899bbb88691ba8adc32fae00e56a53a25 100755 (executable)
@@ -1634,6 +1634,16 @@ func_all_modules ()
   func_module restrict
   func_end_table
 
+  element="Sizes of integer types <limits.h>"
+  element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
+  func_section_wrap isoc_sup_limits
+  func_wrap H3
+  func_echo "$element"
+
+  func_begin_table
+  func_module ullong_max
+  func_end_table
+
   element="Boolean type and values <stdbool.h>"
   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
   func_section_wrap isoc_sup_stdbool