hedgewars/pas2cRedo.pas
changeset 10131 4b4a043111f4
parent 10120 b7f632c12784
child 10564 0cb20aa8877a
equal deleted inserted replaced
10130:a9d509848390 10131:4b4a043111f4
    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, delete, str, PosS, trim, LowerCase : function : shortstring;
    75     pos : function : integer;
    75     pos : function : integer;
    76     StrToInt : function : integer;
    76     StrToInt : function : integer;
    77     SetLength, 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;
    80     pchar2astr, str2astr : function : ansistring;
    80     pchar2astr, str2astr : function : ansistring;
    81     memcpy : procedure;
    81     memcpy : procedure;
    82     StrLength : function : integer;
    82     StrLength : function : integer;