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)
30 January 1998
© 1998 The Santa Cruz Operation, Inc. All rights reserved.