hedgewars/pas2cSystem.pas
changeset 7149 08a30dd92900
parent 7134 beb16926ae5c
child 7151 ec15d9e1a7e3
equal deleted inserted replaced
7123:9fe1c4091dd1 7149:08a30dd92900
    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;