hedgewars/pas2cRedo.pas
changeset 10120 b7f632c12784
parent 10080 ac51bcb534ef
child 10131 4b4a043111f4
equal deleted inserted replaced
10119:7e05a397602f 10120:b7f632c12784
    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, val, StrDispose, StrCopy : procedure;
    78     _pchar, StrAlloc : function : PChar;
    78     _pchar, _pcharA, StrAlloc : function : PChar;
    79     pchar2str : function : string;
    79     pchar2str, astr2str : function : string;
       
    80     pchar2astr, str2astr : function : ansistring;
    80     memcpy : procedure;
    81     memcpy : procedure;
    81     StrLength : function : integer;
    82     StrLength : function : integer;
    82 
    83 
    83      min, max:function:integer;
    84      min, max:function:integer;
    84     assign, rewrite, rewrite_2, reset, reset_2, flush, BlockWrite, BlockRead, close : procedure;
    85     assign, rewrite, rewrite_2, reset, reset_2, flush, BlockWrite, BlockRead, close : procedure;