FreeBASIC  0.91.0
drv_intl_get.c
Go to the documentation of this file.
1 /* get i18n data */
2 
3 #include "../fb.h"
4 
5 const char *fb_DrvIntlGet( eFbIntlIndex Index )
6 {
7  /* No I18N information available */
8  return NULL;
9 }