comparison docs/ccguide/chap1.chapter @ 655:a4a6b6315146

Completely finished
author roug
date Wed, 18 Dec 2002 09:14:14 +0000
parents 14e792902588
children 1b5656126ac6
comparison
equal deleted inserted replaced
654:d627d16943db 655:a4a6b6315146
403 undefined. 403 undefined.
404 </para> 404 </para>
405 <para> 405 <para>
406 Three new system error numbers are defined in &lt;errno.h&gt;: 406 Three new system error numbers are defined in &lt;errno.h&gt;:
407 <programlisting> 407 <programlisting>
408 #define EFPOVR 40 /* floating point overflow of underflow */ 408 #define EFPOVR 40 /* floating point overflow of underflow */
409 #define EDIVERR 41 /* division by zero */ 409 #define EDIVERR 41 /* division by zero */
410 #define EINTERR 42 /* overflow on conversion of floating point 410 #define EINTERR 42 /* overflow on conversion of floating point
411 to long integer */ 411 to long integer */
412 </programlisting> 412 </programlisting>
413 </para> 413 </para>
414 <para> 414 <para>
415 If one of these conditions occur, the program will send a 415 If one of these conditions occur, the program will send a
416 signal to itself with the value of one of these errors. If not 416 signal to itself with the value of one of these errors. If not