FreeBASIC  0.91.0
file_hreset.c
Go to the documentation of this file.
1 #include "../fb.h"
2 
3 int fb_hFileResetEx( int streamno )
4 {
5  return FALSE;
6 }