home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / dos / io / unlock.txh < prev   
Encoding:
Text File  |  1995-07-23  |  292 b   |  18 lines

  1. @node unlock, io
  2. @subheading Syntax
  3.  
  4. @example
  5. #include <io.h>
  6.  
  7. int unlock(int fd, long offset, long length);
  8. @end example
  9.  
  10. @subheading Description
  11. Unlocks a region previously locked by @code{lock}.
  12.  
  13. @xref{lock}.
  14.  
  15. @subheading Return Value
  16. Zero if successful, nonzero if not.
  17.  
  18.