FreeBASIC  0.91.0
io_writestr.c File Reference
#include "fb.h"
Include dependency graph for io_writestr.c:

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)
 

Function Documentation

FBCALL void fb_WriteFixString ( int  fnum,
char *  s,
int  mask 
)

Definition at line 60 of file io_writestr.c.

Here is the call graph for this function:

FBCALL void fb_WriteString ( int  fnum,
FBSTRING s,
int  mask 
)

Definition at line 40 of file io_writestr.c.

Here is the call graph for this function:

static void hWriteStrEx ( FB_FILE handle,
const char *  s,
size_t  len,
int  mask 
)
static

Definition at line 5 of file io_writestr.c.

Here is the call graph for this function:

Here is the caller graph for this function: