monetary(5) monetary(5)
NAME
monetary.h - monetary formatting utilities
SYNOPSIS
#include <monetary.h>
DESCRIPTION
The monetary.h header defines through typedef the following
data types:
size_t unsigned integral type of the sizeof operator result
ssize_t used for byte counting or acts as an error indicator
The following function is declared:
ssize_t strfmon(char *s, size_t maxsize, const char *format, ...);
REFERENCES
strfmon(3C)
Copyright 1994 Novell, Inc. Page 1