1 --- strfmon.3.orig Fri Mar 11 10:06:33 2005
2 +++ strfmon.3 Fri Mar 11 10:20:51 2005
10 .Nd convert monetary value to string
16 -.Fn strfmon "char * restrict s" "size_t maxsize" "const char * restrict format" "..."
17 +.Fn strfmon "char * s" "size_t maxsize" "const char *format" "..."
20 +.Fn strfmon_l "char * s" "size_t maxsize" "locale_t loc" "const char *format" "..."
26 bytes are placed into the array.
30 +function uses the current locale, the
32 +function may be passed a locale directly. See
34 +for more information.
36 The format string is composed of zero or more directives:
37 ordinary characters (not
40 Not enough memory for temporary buffers.