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

Go to the source code of this file.

Functions

FBCALL void fb_I18nSet (int on_off)
 
FBCALL int fb_I18nGet (void)
 

Variables

static int intl_on = TRUE
 

Function Documentation

FBCALL int fb_I18nGet ( void  )

Definition at line 14 of file intl_getset.c.

Here is the caller graph for this function:

FBCALL void fb_I18nSet ( int  on_off)

Definition at line 8 of file intl_getset.c.

Variable Documentation

int intl_on = TRUE
static

Definition at line 5 of file intl_getset.c.