FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
io_setpos.c
Go to the documentation of this file.
1
/* Sets a file handles line length */
2
3
#include "
fb.h
"
4
5
FBCALL
int
fb_SetPos
(
FB_FILE
*
handle
,
int
line_length )
6
{
7
FB_LOCK
();
8
handle->
line_length
= line_length;
9
FB_UNLOCK
();
10
11
return
fb_ErrorSetNum
(
FB_RTERROR_OK
);
12
}
rtlib
io_setpos.c
Generated on Thu Jan 23 2014 19:40:12 for FreeBASIC by
1.8.4