···188188 hopefully nobody starts using "local" before they are reimplemented
189189 in C ;-)
190190191191+ - Use octal escape sequences (e.g. "\302\242"), not hexadecimal (e.g.
192192+ "\xc2\xa2") in printf format strings, since hexadecimal escape
193193+ sequences are not portable.
194194+191195192196For C programs:
193197