Mercurial > hg > Members > kono > nitros9-code
changeset 655:a4a6b6315146
Completely finished
author | roug |
---|---|
date | Wed, 18 Dec 2002 09:14:14 +0000 |
parents | d627d16943db |
children | 986ff3d9f814 |
files | docs/ccguide/chap1.chapter docs/ccguide/fopen.refentry docs/ccguide/fread.refentry docs/ccguide/intro.preface |
diffstat | 4 files changed, 10 insertions(+), 12 deletions(-) [+] |
line wrap: on
line diff
--- a/docs/ccguide/chap1.chapter Wed Dec 18 09:14:14 2002 +0000 +++ b/docs/ccguide/chap1.chapter Wed Dec 18 09:14:14 2002 +0000 @@ -405,10 +405,10 @@ <para> Three new system error numbers are defined in <errno.h>: <programlisting> - #define EFPOVR 40 /* floating point overflow of underflow */ - #define EDIVERR 41 /* division by zero */ - #define EINTERR 42 /* overflow on conversion of floating point - to long integer */ +#define EFPOVR 40 /* floating point overflow of underflow */ +#define EDIVERR 41 /* division by zero */ +#define EINTERR 42 /* overflow on conversion of floating point + to long integer */ </programlisting> </para> <para>
--- a/docs/ccguide/fopen.refentry Wed Dec 18 09:14:14 2002 +0000 +++ b/docs/ccguide/fopen.refentry Wed Dec 18 09:14:14 2002 +0000 @@ -107,8 +107,8 @@ <informaltable frame="none"> <tgroup cols="2"> -<colspec colwidth="1in"/> -<colspec colwidth="3in"/> +<colspec colwidth="0.6in"/> +<colspec colwidth="3.4in"/> <tbody> <row> <entry>stdin</entry>
--- a/docs/ccguide/fread.refentry Wed Dec 18 09:14:14 2002 +0000 +++ b/docs/ccguide/fread.refentry Wed Dec 18 09:14:14 2002 +0000 @@ -45,7 +45,7 @@ </refsect1> <refsect1><title>Diagnostics</title> <para> -Both functions return 0(NULL) at the end of file or error. +Both functions return 0 (NULL) at the end of file or error. </para> </refsect1>
--- a/docs/ccguide/intro.preface Wed Dec 18 09:14:14 2002 +0000 +++ b/docs/ccguide/intro.preface Wed Dec 18 09:14:14 2002 +0000 @@ -50,7 +50,7 @@ <varlistentry><term>Preprocessor (c.prep):</term> <listitem> <para> -C.prep now prints a fatal error is a line exceeds 255 bytes. +C.prep now prints a fatal error if a line exceeds 255 bytes. </para> </listitem> </varlistentry> @@ -109,8 +109,7 @@ </varlistentry> <varlistentry><term>Linker (c.link):</term> -<listitem> -<para> +<listitem><para> C.link can now handle direct-page initialized data. </para> <para> @@ -126,8 +125,7 @@ </varlistentry> <varlistentry><term>Library (clib.l):</term> -<listitem> -<para> +<listitem><para> The standard library FILE structure has been changed to allow specification of buffersize for a file. In V1.0, the buffersize was fixed at 256 bytes. A new element of the FILE