From: Paul Eggert Date: Thu, 30 Sep 2004 23:39:58 +0000 (+0000) Subject: snprintf is C 99, not just POSIX. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1e8c7f945f5c577d802f0aa8fe1e21de24c17075;p=pspp snprintf is C 99, not just POSIX. --- diff --git a/MODULES.html.sh b/MODULES.html.sh index 9d660fff48..50743d2b66 100755 --- a/MODULES.html.sh +++ b/MODULES.html.sh @@ -1651,6 +1651,16 @@ func_all_modules () func_module stdint func_end_table + element="Input/output " + 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 " element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` func_section_wrap isoc_sup_stdlib_conv @@ -1735,7 +1745,6 @@ func_all_modules () func_module regex func_module rename func_module rmdir - func_module snprintf func_module utime func_end_table