hedgewars/pas2cSystem.pas
changeset 6902 7d4e5ce73b98
parent 6898 344b0dbd9690
child 6926 6e832f8f4d8e
equal deleted inserted replaced
6901:c021699c33dc 6902:7d4e5ce73b98
    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 
    71 
    72     assign, rewrite, reset, flush, BlockWrite, BlockRead, close : procedure;
    72     assign, rewrite, reset, flush, BlockWrite, BlockRead, close : procedure;
    73     IOResult : function : integer;
    73     IOResult : integer;
    74     exit, break, halt, continue : procedure;
    74     exit, break, halt, continue : procedure;
    75     TextFile, file : Handle;
    75     TextFile, file : Handle;
    76     FileMode : integer;
    76     FileMode : integer;
    77     FileExists, DirectoryExists, eof : function : boolean;
    77     FileExists, DirectoryExists, eof : function : boolean;
    78     ExtractFileName : function : string;
    78     ExtractFileName : function : string;