mirror of
https://github.com/moparisthebest/Simba
synced 2024-12-03 14:12:17 -05:00
5 lines
137 B
PHP
5 lines
137 B
PHP
procedure Lape_haval(const Params: PParamArray; const Result: Pointer);
|
|
begin
|
|
Pstring(Result)^ := ps_haval(Pstring(Params^[0])^);
|
|
end;
|