FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
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
{
7
return
fb_ErrorSetNum
(
FB_RTERROR_FILEIO
);
8
}
9
10
int
fb_hFileUnlock
( FILE *
f
,
fb_off_t
inipos,
fb_off_t
size
)
11
{
12
return
fb_ErrorSetNum
(
FB_RTERROR_FILEIO
);
13
}
rtlib
xbox
file_hlock.c
Generated on Thu Jan 23 2014 19:40:08 for FreeBASIC by
1.8.4