GETFDAY C-3


NAME



getfday - get days of week names

SYNOPSIS



#include

char **getfday()

DESCRIPTION



Getfday returns a pointer to an array of 7 character pointers.
Each of these pointers point to a null terminated string
corresponding to the names of each day in a week (Sunday through
Saturday).

The day names are retrieved from the country format structure
(see fcountry(C-3)).

SEE ALSO



fcountry(C-3), getfaday(C-3)
C/Base Reference Manual Chapter 13, "Formatting Data Values"