diff MODULES.html.sh @ 8162:46995f2e94ca

New module 'tmpfile'.
author Bruno Haible <bruno@clisp.org>
date Sat, 17 Feb 2007 15:04:50 +0000
parents a6b23644124f
children 841795ba6446
line wrap: on
line diff
--- a/MODULES.html.sh	Fri Feb 16 02:58:04 2007 +0000
+++ b/MODULES.html.sh	Sat Feb 17 15:04:50 2007 +0000
@@ -1524,6 +1524,16 @@
   func_module verify
   func_end_table
 
+  element="Input/output <stdio.h>"
+  element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
+  func_section_wrap ansic_enh_stdio
+  func_wrap H3
+  func_echo "$element"
+
+  func_begin_table
+  func_module tmpfile
+  func_end_table
+
   element="Memory management functions <stdlib.h>"
   element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
   func_section_wrap ansic_enh_stdlib_memory