hedgewars/pas2cRedo.pas
branchwebgl
changeset 8856 af59e65586a7
parent 8105 d088be5ecdcb
child 9966 01e198990211
equal deleted inserted replaced
8853:ef59a44a9f08 8856:af59e65586a7
    69     new, dispose, FillChar, Move : procedure;
    69     new, dispose, FillChar, 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, pos, PosS, trim, LowerCase : function : shortstring;
    74     StrPas, FormatDateTime, copy, delete, str, PosS, trim, LowerCase : function : shortstring;
       
    75     pos : function : integer;
    75     StrToInt : function : integer;
    76     StrToInt : function : integer;
    76     SetLength, val : procedure;
    77     SetLength, val : procedure;
    77     _pchar : function : PChar;
    78     _pchar : function : PChar;
    78     pchar2str : function : string;
    79     pchar2str : function : string;
    79     memcpy : procedure;
    80     memcpy : procedure;
    80 
    81 
    81 	     min, max:function:integer;
    82      min, max:function:integer;
    82     assign, rewrite, rewrite_2, reset, reset_2, flush, BlockWrite, BlockRead, close : procedure;
    83     assign, rewrite, rewrite_2, reset, reset_2, flush, BlockWrite, BlockRead, close : procedure;
    83     FileExists, DirectoryExists, eof : function : boolean;
    84     FileExists, DirectoryExists, eof : function : boolean;
    84     ExtractFileName : function : string;
    85     ExtractFileName : function : string;
    85     
    86     
    86     ParamCount : function : integer;
    87     ParamCount : function : integer;