comparison MODULES.html.sh @ 5219:fcff9e1a6e22

New module 'stdint'.
author Bruno Haible <bruno@clisp.org>
date Wed, 08 Sep 2004 12:43:11 +0000
parents f96c64693f86
children 0e6f016e3192
comparison
equal deleted inserted replaced
5218:f96c64693f86 5219:fcff9e1a6e22
1638 1638
1639 func_begin_table 1639 func_begin_table
1640 func_module stdbool 1640 func_module stdbool
1641 func_end_table 1641 func_end_table
1642 1642
1643 element="Integer types and values <stdint.h>"
1644 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1645 func_section_wrap isoc_sup_stdint
1646 func_wrap H3
1647 func_echo "$element"
1648
1649 func_begin_table
1650 func_module stdint
1651 func_end_table
1652
1643 element="Numeric conversion functions <stdlib.h>" 1653 element="Numeric conversion functions <stdlib.h>"
1644 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` 1654 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1645 func_section_wrap isoc_sup_stdlib_conv 1655 func_section_wrap isoc_sup_stdlib_conv
1646 func_wrap H3 1656 func_wrap H3
1647 func_echo "$element" 1657 func_echo "$element"