Project

General

Profile

Download (130 Bytes) Statistics
| Branch: | Tag: | Revision:
1
function real_to_int (in1: real) returns (out: int) prototype C;
2
function int_to_real (in1: int) returns (out: real) prototype C;
(7-7/14)