FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
dev_scrn_close.c
Go to the documentation of this file.
1
/* file device */
2
3
#include "
fb.h
"
4
5
int
fb_DevScrnClose
(
FB_FILE
*
handle
)
6
{
7
FB_LOCK
();
8
9
if
( handle->
opaque
!=
NULL
)
10
free(handle->
opaque
);
11
12
FB_UNLOCK
();
13
14
return
fb_ErrorSetNum
(
FB_RTERROR_OK
);
15
}
rtlib
dev_scrn_close.c
Generated on Thu Jan 23 2014 19:40:08 for FreeBASIC by
1.8.4