FreeBASIC
0.91.0
|
#include "fb.h"
Go to the source code of this file.
Functions | |
int | fb_FilePutBackEx (FB_FILE *handle, const void *src, size_t chars) |
FBCALL int | fb_FilePutBack (int fnum, const void *data, size_t length) |
FBCALL int fb_FilePutBack | ( | int | fnum, |
const void * | data, | ||
size_t | length | ||
) |
int fb_FilePutBackEx | ( | FB_FILE * | handle, |
const void * | src, | ||
size_t | chars | ||
) |
Definition at line 5 of file file_putback.c.