changeset 5601:6445e932e417

(Sizes of integer types <limits.h>): New element, with new ullong_max module.
author Paul Eggert <eggert@cs.ucla.edu>
date Wed, 19 Jan 2005 19:21:17 +0000
parents 2e91af9df415
children ed65848de7fc
files MODULES.html.sh
diffstat 1 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/MODULES.html.sh
+++ b/MODULES.html.sh
@@ -1634,6 +1634,16 @@
   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