home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / compat / io / chsize.txh < prev    next >
Encoding:
Text File  |  1996-02-04  |  254 b   |  17 lines

  1. @node chsize, io
  2. @subheading Syntax
  3.  
  4. @example
  5. #include <io.h>
  6.  
  7. int chsize(int handle, long size);
  8. @end example
  9.  
  10. @subheading Description
  11.  
  12. Just calls ftruncate (@pxref{ftruncate}).
  13.  
  14. @subheading Return Value
  15.  
  16. Zero on success, -1 on failure.
  17.