Displaying 1 result from an estimated 1 matches for "pinteg".
Did you mean:
pinter
2006 Apr 12
0
headerfile translation to Delphi (Pascal) completed
...or small (local) letter
- function start with capital prefixed by "r", "ri/rui" or "rd"
- arguments start with an underscore followed by a small letter
Misc:
- Pointer type arguments have been translated as pointers
(E.g. "x *int" becomes "_x: pInteger" and NOT "var _x: integer")
- Unfortunately there are two forms of length (LENGTH and length/Rf_length)
in the header file Rinternals. The
- vector access macro LENGTH becomes riLength and
- the ??? length(x)/Rf_length become rLength.
--- USE_RINTERNAL (RINTERNALS.H...