Project

General

Profile

Download (238 Bytes) Statistics
| Branch: | Tag: | Revision:
1
function rem_int (x,y: int) returns (z: int) prototype C;
2
function rem_real (x,y: real) returns (z: real) prototype C;
3
function mod_int (x,y: int) returns (z: int) prototype C;
4
function mod_real (x,y: real) returns (z: real) prototype C;
(17-17/18)