monetary.h - monetary types
#include <monetary.h>
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 *, ...);
None.
None.
strfmon().