Mercurial > hg > Members > kono > nitros9-code
diff docs/ccguide/chap1.chapter @ 655:a4a6b6315146
Completely finished
author | roug |
---|---|
date | Wed, 18 Dec 2002 09:14:14 +0000 |
parents | 14e792902588 |
children | 1b5656126ac6 |
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>