comparison MODULES.html.sh @ 4513:c5ffba0b61b5

Add 'restrict' module.
author Paul Eggert <eggert@cs.ucla.edu>
date Thu, 07 Aug 2003 19:33:14 +0000
parents df8611a33210
children ae4b157d42ad
comparison
equal deleted inserted replaced
4512:c761847c9afa 4513:c5ffba0b61b5
1591 element="Support for systems lacking ISO C 99" 1591 element="Support for systems lacking ISO C 99"
1592 func_section_wrap isoc_sup 1592 func_section_wrap isoc_sup
1593 func_wrap H2 1593 func_wrap H2
1594 func_echo "$element" 1594 func_echo "$element"
1595 1595
1596 element="Keywords"
1597 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1598 func_section_wrap isoc_sup_keywords
1599 func_wrap H3
1600 func_echo "$element"
1601
1602 func_begin_table
1603 func_module restrict
1604 func_end_table
1605
1596 element="Boolean type and values <stdbool.h>" 1606 element="Boolean type and values <stdbool.h>"
1597 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"` 1607 element=`printf "%s" "$element" | sed -e "$sed_lt" -e "$sed_gt"`
1598 func_section_wrap isoc_sup_stdbool 1608 func_section_wrap isoc_sup_stdbool
1599 func_wrap H3 1609 func_wrap H3
1600 func_echo "$element" 1610 func_echo "$element"