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

Go to the source code of this file.

Functions

static void fb_hPrintStrEx (FB_FILE *handle, const char *s, size_t len, int mask)
 
void fb_PrintStringEx (FB_FILE *handle, FBSTRING *s, int mask)
 
FBCALL void fb_PrintString (int fnum, FBSTRING *s, int mask)
 

Function Documentation

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

Definition at line 6 of file io_print.c.

Here is the call graph for this function:

Here is the caller graph for this function:

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

Definition at line 34 of file io_print.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void fb_PrintStringEx ( FB_FILE handle,
FBSTRING s,
int  mask 
)

Definition at line 22 of file io_print.c.

Here is the call graph for this function:

Here is the caller graph for this function: