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

Go to the source code of this file.

Functions

static void fb_hPrintWstrEx (FB_FILE *handle, const FB_WCHAR *s, size_t len, int mask)
 
void fb_PrintWstrEx (FB_FILE *handle, const FB_WCHAR *s, int mask)
 
FBCALL void fb_PrintWstr (int fnum, const FB_WCHAR *s, int mask)
 

Function Documentation

static void fb_hPrintWstrEx ( FB_FILE handle,
const FB_WCHAR s,
size_t  len,
int  mask 
)
static

Definition at line 7 of file io_print_wstr.c.

Here is the call graph for this function:

Here is the caller graph for this function:

FBCALL void fb_PrintWstr ( int  fnum,
const FB_WCHAR s,
int  mask 
)

Definition at line 42 of file io_print_wstr.c.

Here is the call graph for this function:

Here is the caller graph for this function:

void fb_PrintWstrEx ( FB_FILE handle,
const FB_WCHAR s,
int  mask 
)

Definition at line 28 of file io_print_wstr.c.

Here is the call graph for this function:

Here is the caller graph for this function: