1
0
mirror of https://github.com/moparisthebest/Simba synced 2025-02-24 07:21:51 -05:00
2011-08-03 20:29:48 +02:00

5 lines
137 B
PHP

procedure Lape_haval(const Params: PParamArray; const Result: Pointer);
begin
Pstring(Result)^ := ps_haval(Pstring(Params^[0])^);
end;