The Single UNIX ® Specification, Version 2
Copyright © 1997 The Open Group

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().

UNIX ® is a registered Trademark of The Open Group.
Copyright © 1997 The Open Group
[ Main Index | XSH | XCU | XBD | XCURSES | XNS ]