hedgewars/pas2cRedo.pas
changeset 10080 ac51bcb534ef
parent 10015 4feced261c68
child 10120 b7f632c12784
equal deleted inserted replaced
10079:c88e38a0f478 10080:ac51bcb534ef
    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 : procedure;
    77     SetLength, val, StrDispose, StrCopy : procedure;
    78     _pchar : function : PChar;
    78     _pchar, StrAlloc : function : PChar;
    79     pchar2str : function : string;
    79     pchar2str : function : string;
    80     memcpy : procedure;
    80     memcpy : procedure;
       
    81     StrLength : function : integer;
    81 
    82 
    82      min, max:function:integer;
    83      min, max:function:integer;
    83     assign, rewrite, rewrite_2, reset, reset_2, flush, BlockWrite, BlockRead, close : procedure;
    84     assign, rewrite, rewrite_2, reset, reset_2, flush, BlockWrite, BlockRead, close : procedure;
    84     FileExists, DirectoryExists, eof : function : boolean;
    85     FileExists, DirectoryExists, eof : function : boolean;
    85     ExtractFileName : function : string;
    86     ExtractFileName : function : string;