From d93736b526eaa3e48a9fa63da7aa5e3e2be81e3f Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Wed, 19 Jan 2005 19:21:17 +0000 Subject: [PATCH] (Sizes of integer types ): New element, with new ullong_max module. --- MODULES.html.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/MODULES.html.sh b/MODULES.html.sh index c0a54b6206..5334321899 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1634,6 +1634,16 @@ func_all_modules () func_module restrict func_end_table + element="Sizes of integer types " + 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 " element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` func_section_wrap isoc_sup_stdbool -- 2.30.2