FreeBASIC  0.91.0
fb_private_intl.h
Go to the documentation of this file.
1 #include <windows.h>
2 
3 char *fb_hGetLocaleInfo( LCID Locale, LCTYPE LCType, char *pszBuffer, size_t uiSize );
4 FBSTRING *fb_hIntlConvertString( FBSTRING *source, int source_cp, int dest_cp );