s/C 99/C99/

This commit is contained in:
Michael Kerrisk 2007-10-03 06:06:31 +00:00
parent 350038ffb0
commit 26b2443ef7
2 changed files with 3 additions and 3 deletions

View File

@ -187,7 +187,7 @@ This macro is also implicitly defined if
is defined with a value of 500 or more.
.TP
.B _ISOC99_SOURCE
Exposes C 99 extensions to ISO C (1990).
Exposes C99 extensions to ISO C (1990).
This macro is recognized since glibc 2.1.3;
earlier glibc 2.1.x versions recognized an equivalent macro named
.B _ISOC9X_SOURCE

View File

@ -185,7 +185,7 @@ by the C library as
code values (in all locales), a convention that is signaled by the GNU
C library to applications by defining the constant
.B __STDC_ISO_10646__
as specified in the ISO C 99 standard.
as specified in the ISO C99 standard.
UCS/Unicode can be used just like ASCII in input/output streams,
terminal communication, plaintext files, filenames, and environment
@ -259,7 +259,7 @@ A good reference book about the C programming language.
The fourth
edition covers the 1994 Amendment 1 to the ISO C 90 standard, which
adds a large number of new C library functions for handling wide and
multi-byte character encodings, but it does not yet cover ISO C 99,
multi-byte character encodings, but it does not yet cover ISO C99,
which improved wide and multi-byte character support even further.
.TP
*