BIBLIOTHECA OPALICA

1999

The OPAL group c/o Klaus Didrich


(1)

Remark to integer division and remainder: If one or both arguments are negative the sign of the result is as follows:
-5 / 3 ==> -1, 5 / -3 ==> -1, -5 / -3 ==> 1 and the remainder: -5 % 3 ==> -2, 5 % -3 ==> 2, -5 % -3 ==> -2.

(2)

Unlike C feof, this function checks whether the next character does exist.


This document was generated 5 June 2001 (14:13:12) using the texi2html translator version 1.51-kd-pl15.