hedgewars/pas2cRedo.pas
changeset 10909 594f59bd1751
parent 10838 2abe883c9c21
child 11682 2c21bc80c95d
equal deleted inserted replaced
10907:9b8e9813c6f8 10909:594f59bd1751
    66 
    66 
    67     Now : function : integer;
    67     Now : function : integer;
    68 
    68 
    69     new, dispose, FillChar, Insert, Delete, Move : procedure;
    69     new, dispose, FillChar, Insert, Delete, Move : procedure;
    70 
    70 
    71     trunc, round : function : integer;
    71     trunc, round, ceil : function : integer;
    72     abs, sqr : function : integer;
    72     abs, sqr : function : integer;
    73 
    73 
    74     StrPas, FormatDateTime, copy, str, PosS, trim, LowerCase : function : shortstring;
    74     StrPas, FormatDateTime, copy, str, PosS, trim, LowerCase : function : shortstring;
    75     pos : function : integer;
    75     pos : function : integer;
    76     StrToInt : function : integer;
    76     StrToInt : function : integer;