|
FreeBASIC
0.91.0
|
#include "fb.h"
Go to the source code of this file.
Functions | |
| static void | hWriteStrEx (FB_FILE *handle, const char *s, size_t len, int mask) |
| FBCALL void | fb_WriteString (int fnum, FBSTRING *s, int mask) |
| FBCALL void | fb_WriteFixString (int fnum, char *s, int mask) |
| FBCALL void fb_WriteFixString | ( | int | fnum, |
| char * | s, | ||
| int | mask | ||
| ) |
|
static |
Definition at line 5 of file io_writestr.c.

