GETFAMTH C-3


NAME



getfamth - get abbreviated month names

SYNOPSIS



#include

char **getfamth()

DESCRIPTION



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

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

SEE ALSO



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