NAME

monetary.h - monetary types

SYNOPSIS

#include <monetary.h>

DESCRIPTION

The <monetary.h> header defines the following data types through typedef:

size_t
As described in <stddef.h>.
ssize_t
As described in <sys/types.h>.

The following is declared as a function and may also be defined as a macro. Function prototypes must be provided for use with an ISO C compiler.

ssize_t strfmon(char *, size_t, const char *, ...);

APPLICATION USAGE

None.

FUTURE DIRECTIONS

None.

SEE ALSO

strfmon().