FreeBASIC  0.91.0
drv_intl_getweekdayname.c
Go to the documentation of this file.
1 /* get localized weekday name */
2 
3 #include "../fb.h"
4 
5 FBSTRING *fb_DrvIntlGetWeekdayName( int weekday, int short_names )
6 {
7  /* No localized weekday name available */
8  return NULL;
9 }