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
.
Unlike C feof
,
this function checks whether the next character does exist.
This document was generated 10 October 2013 (15:03:16) using the texi2html translator version 1.51-kd-pl15.