GETFCURR C-3





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



NAME


getfcurr - get currency symbol string

SYNOPSIS


#include 

char *getfcurr()

DESCRIPTION


Getfcurr returns the string that represents the currency symbol.
This string replaces the $ character when formatting numeric
values to ASCII. This string must also match input when the $
character is in an input format string.

The currency symbol string is retrieved from the country format
strucure (see fcountry(C-3)).

SEE ALSO


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