FreeBASIC  0.91.0
dev_stdio_close.c
Go to the documentation of this file.
1 /* file device */
2 
3 #include "fb.h"
4 
6 {
7  FB_LOCK();
8 
9  handle->opaque = NULL;
10 
11  FB_UNLOCK();
12 
13  return fb_ErrorSetNum( FB_RTERROR_OK );
14 }