GETFMTH C-3





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



NAME


getfmth - get month names

SYNOPSIS


#include 

char **getfmth()

DESCRIPTION


Getfmth returns a pointer to an array of 12 character pointers.
Each of these pointers point to a null terminated string
corresponding to the names of each month in the year (January
through December).

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

SEE ALSO


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

NOTES


Getfmth is used instead of getfmonth to avoid possible name
conflicts with getfmoney.