hedgewars/pas2cSystem.pas
changeset 7134 beb16926ae5c
parent 7073 26f960656cc9
child 7151 ec15d9e1a7e3
equal deleted inserted replaced
7132:baf3351646f4 7134:beb16926ae5c
    66 
    66 
    67     StrPas, FormatDateTime, copy, delete, str, pos, trim, LowerCase : function : shortstring;
    67     StrPas, FormatDateTime, copy, delete, str, pos, trim, LowerCase : function : shortstring;
    68     Length, StrToInt : function : integer;
    68     Length, StrToInt : function : integer;
    69     SetLength, val : procedure;
    69     SetLength, val : procedure;
    70     _pchar : function : PChar;
    70     _pchar : function : PChar;
       
    71     pchar2str : function : string;
    71     memcpy : procedure;
    72     memcpy : procedure;
    72 
    73 
    73     assign, rewrite, reset, flush, BlockWrite, BlockRead, close : procedure;
    74     assign, rewrite, reset, flush, BlockWrite, BlockRead, close : procedure;
    74     IOResult : integer;
    75     IOResult : integer;
    75     exit, break, halt, continue : procedure;
    76     exit, break, halt, continue : procedure;