FreeBASIC
0.91.0
|
#include "fb.h"
Go to the source code of this file.
Functions | |
int | fb_hFilePrintBufferEx (FB_FILE *handle, const void *buffer, size_t len) |
int | fb_hFilePrintBuffer (int fnum, const char *buffer) |
int fb_hFilePrintBuffer | ( | int | fnum, |
const char * | buffer | ||
) |
int fb_hFilePrintBufferEx | ( | FB_FILE * | handle, |
const void * | buffer, | ||
size_t | len | ||
) |
Definition at line 6 of file file_print.c.