GETFDAY C-3





Copyright (C) 1994-95 Conetic Software Systems, Inc. All names, products, and services mentioned are the trademarks of their respective organizations.



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"