Go to the first, previous, next, last section, table of contents.
#include <io.h> _dos_unlock(int fd, long offset, long length);
Removes an advisory lock to the specified region of the file.
Zero if the lock was removed, nonzero otherwise.
not ANSI, not POSIX
Go to the first, previous, next, last section, table of contents.