ssendfileh.inc 451 B

12345678910
  1. function sendfile(__out_fd:longint; __in_fd:longint; offset:Poff_t; __count:size_t):ssize_t;cdecl;external clib name 'sendfile';
  2. { ---------------------------------------------------------------------
  3. Borland compatibility types
  4. ---------------------------------------------------------------------}
  5. // Type
  6. function sendfile(__out_fd:longint; __in_fd:longint; var offset: off_t; __count:size_t):ssize_t;cdecl;external clib name 'sendfile';