![]() |
posix-next API 0.1.0
Out-of-tree Zephyr POSIX module
|
POSIX monetary formatting functions (<monetary.h>) More...

Go to the source code of this file.
Functions | |
| ssize_t | strfmon (char *ZRESTRICT s, size_t maxsize, const char *ZRESTRICT format,...) |
| Format a monetary value into a string according to the current locale. | |
| ssize_t | strfmon_l (char *ZRESTRICT s, size_t maxsize, locale_t locale, const char *ZRESTRICT format,...) |
| Format a monetary value using the specified locale. | |
POSIX monetary formatting functions (<monetary.h>)
Provides strfmon() and strfmon_l() for formatting monetary values according to the current or a specified locale.
Definition in file monetary.h.