FreeBASIC  0.91.0
file_hlock.c
Go to the documentation of this file.
1 /* low-level lock and unlock functions */
2 
3 #include "../fb.h"
4 
5 int fb_hFileLock( FILE *f, fb_off_t inipos, fb_off_t size )
6 {
8 }
9 
10 int fb_hFileUnlock( FILE *f, fb_off_t inipos, fb_off_t size )
11 {
13 }