#include <io.h> int unlock(int fd, long offset, long length);
Unlocks a region previously locked by lock
.
See section lock.
Zero if successful, nonzero if not.
not ANSI, not POSIX
Go to the first, previous, next, last section, table of contents.