1
0
mirror of https://github.com/moparisthebest/Simba synced 2025-02-24 23:41:45 -05:00
2010-01-26 16:51:36 +00:00

5 lines
84 B
PHP

function ps_GetPage(S: String): String; ps_decl;
begin
result := GetPage(S);
end;