hedgewars/pas2cSystem.pas
changeset 7038 d853e4385241
parent 6967 1224c6fb36c3
child 7041 76a9274f280f
equal deleted inserted replaced
7037:7edce323558f 7038:d853e4385241
    61     Now : function : integer;
    61     Now : function : integer;
    62 
    62 
    63     new, dispose, FillChar, Move : procedure;
    63     new, dispose, FillChar, Move : procedure;
    64 
    64 
    65     trunc, round : function : integer;
    65     trunc, round : function : integer;
    66     Abs, Sqr : function : integer;
    66     abs, Sqr : function : integer;
    67 
    67 
    68     StrPas, FormatDateTime, copy, delete, str, pos, trim, LowerCase : function : shortstring;
    68     StrPas, FormatDateTime, copy, delete, str, pos, trim, LowerCase : function : shortstring;
    69     Length, StrToInt : function : integer;
    69     Length, StrToInt : function : integer;
    70     SetLength, val : procedure;
    70     SetLength, val : procedure;
    71     _pchar : function : PChar;
    71     _pchar : function : PChar;