Menu

[424828]: / src / rtlib / file_openerr.c  Maximize  Restore  History

Download this file

22 lines (18 with data), 706 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
/* open ERR */
#include "fb.h"
/*:::::*/
FBCALL int fb_FileOpenErr ( FBSTRING *str_filename, unsigned int mode,
unsigned int access, unsigned int lock,
int fnum, int len, const char *encoding )
{
if( !FB_FILE_INDEX_VALID( fnum ) )
return fb_ErrorSetNum( FB_RTERROR_ILLEGALFUNCTIONCALL );
return fb_FileOpenVfsEx( FB_FILE_TO_HANDLE(fnum),
str_filename,
mode,
access,
lock,
len,
fb_hFileStrToEncoding( encoding ),
fb_DevErrOpen );
}
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.