GETFCURR C-3

NAME

getfcurr - get currency symbol string

SYNOPSIS

#include <cbase/dtypes.h>

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"