hedgewars/pas2cSystem.pas
changeset 7041 76a9274f280f
parent 7038 d853e4385241
child 7044 46cb4e8cedfb
equal deleted inserted replaced
7040:4aff2da0d0b3 7041:76a9274f280f
    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;