This issue has been automatically converted from the original issue lists and some formatting may not have been preserved.
Authors: WG14 Convener (J. Benito)
Date: 2001-09-21
Submitted against: C99
Status: Fixed
Fixed in: C99 TC2
Converted from: summary-c99.htm, dr_267.htm
- 5.1.2.3p12, example 4, expressions should be expression.
- 7.24.4.4.5p1
* s1
and* s2
should not have spaces following the*
s.- 7.24.6.1.1p3 "The
btowc
returns" should read "Thebtowc
function returns".- 7.24.6.1.2p3 "The
wctob
returns" should read "Thewctob
function returns".
In 5.1.2.3, paragraph #12 change last line of code fragment expressions to expression.
In 7.24.4.4.5, paragraph #1 remove the space following the
*
fors1
ands2
.In 7.24.6.1.1, paragraph #3 change:
"The
btowc
returns"to
"The
btowc
function returns"In 7.24.6.1.2, paragraph #3 change:
"The
wctob
returns"to
The
wctob
function returns"
Comment from WG14 on 2003-10-06:
In 5.1.2.3, paragraph #12 change expressions to expression in last line of code fragment.
In 7.24.4.4.5, paragraph #1 remove the space following the
*
fors1
ands2
.In 7.24.6.1.1, paragraph #3 change:
"The
btowc
returns"to
"The
btowc
function returns"In 7.24.6.1.2, paragraph #3 change:
"The
wctob
returns"to
The
wctob
function returns"