FreeBASIC
0.91.0
Main Page
Data Structures
Files
File List
Globals
drv_intl_getdateformat.c
Go to the documentation of this file.
1
/* get localized short DATE format */
2
3
#include "../fb.h"
4
5
int
fb_DrvIntlGetDateFormat
(
char
*
buffer
,
size_t
len )
6
{
7
/* No localized date format available! */
8
return
FALSE
;
9
}
rtlib
xbox
drv_intl_getdateformat.c
Generated on Thu Jan 23 2014 19:40:08 for FreeBASIC by
1.8.4