hedgewars/pas2cSystem.pas
changeset 6898 344b0dbd9690
parent 6894 555a8d8db228
child 6902 7d4e5ce73b98
equal deleted inserted replaced
6897:a9126661f613 6898:344b0dbd9690
    65     Abs, Sqr : function : integer;
    65     Abs, Sqr : function : integer;
    66 
    66 
    67     StrPas, FormatDateTime, copy, delete, str, pos, trim : function : shortstring;
    67     StrPas, FormatDateTime, copy, delete, str, pos, trim : 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 
    71 
    71     assign, rewrite, reset, flush, BlockWrite, BlockRead, close : procedure;
    72     assign, rewrite, reset, flush, BlockWrite, BlockRead, close : procedure;
    72     IOResult : function : integer;
    73     IOResult : function : integer;
    73     exit, break, halt, continue : procedure;
    74     exit, break, halt, continue : procedure;
    74     TextFile, file : Handle;
    75     TextFile, file : Handle;
   129     random : function : integer;
   130     random : function : integer;
   130     randomize : procedure;
   131     randomize : procedure;
   131     
   132     
   132     Assigned : function : boolean;
   133     Assigned : function : boolean;
   133     
   134     
   134     _strconcat : function : string;
   135     _strconcat, _strappend, _strprepend : function : string;
   135     _strcompare, _strncompare : function : boolean;
   136     _strcompare, _strncompare : function : boolean;
   136 
   137 
   137     png_structp, png_set_write_fn, png_get_io_ptr,
   138     png_structp, png_set_write_fn, png_get_io_ptr,
   138     png_get_libpng_ver, png_create_write_struct,
   139     png_get_libpng_ver, png_create_write_struct,
   139     png_create_info_struct, png_destroy_write_struct,
   140     png_create_info_struct, png_destroy_write_struct,