monetary(5)
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)
© 2004 The SCO Group, Inc.  All rights reserved.
UnixWare 7 Release 7.1.4 - 25 April 2004