hedgewars/pas2cRedo.pas
changeset 10838 2abe883c9c21
parent 10564 0cb20aa8877a
child 10909 594f59bd1751
equal deleted inserted replaced
10837:1b7a4d3111ea 10838:2abe883c9c21
    64 
    64 
    65     Length : function : integer;
    65     Length : function : integer;
    66 
    66 
    67     Now : function : integer;
    67     Now : function : integer;
    68 
    68 
    69     new, dispose, FillChar, Move : procedure;
    69     new, dispose, FillChar, Insert, Delete, Move : procedure;
    70 
    70 
    71     trunc, round : function : integer;
    71     trunc, round : function : integer;
    72     abs, sqr : function : integer;
    72     abs, sqr : function : integer;
    73 
    73 
    74     StrPas, FormatDateTime, copy, delete, 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;
    77     SetLength, SetLengthA, val, StrDispose, StrCopy : procedure;
    77     SetLength, SetLengthA, val, StrDispose, StrCopy : procedure;
    78     _pchar, _pcharA, StrAlloc : function : PChar;
    78     _pchar, _pcharA, StrAlloc : function : PChar;
    79     pchar2str, astr2str : function : string;
    79     pchar2str, astr2str : function : string;