hedgewars/pas2cRedo.pas
changeset 11824 3f1f8f79fcdb
parent 11682 2c21bc80c95d
child 11826 7654e2357934
equal deleted inserted replaced
11823:0fba6cb098a1 11824:3f1f8f79fcdb
    69     new, dispose, FillChar, Insert, Delete, Move : procedure;
    69     new, dispose, FillChar, Insert, Delete, Move : procedure;
    70 
    70 
    71     trunc, round, ceil : 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, 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;