Objectively 1.0.0
Ultra-lightweight object oriented framework for GNU C.
|
Number formatting and parsing. More...
Go to the source code of this file.
Data Structures | |
struct | NumberFormatter |
Number formatting and parsing. More... | |
Macros | |
#define | NUMBERFORMAT_CURRENCY "%'.2lf" |
Currency format. More... | |
#define | NUMBERFORMAT_DECIMAL "%lf" |
Decimal format. More... | |
#define | NUMBERFORMAT_INTEGER "%ld" |
Integer format. More... | |
Functions | |
OBJECTIVELY_EXPORT Class * | _NumberFormatter (void) |
Number formatting and parsing.
Definition in file NumberFormatter.h.
#define NUMBERFORMAT_CURRENCY "%'.2lf" |
Currency format.
Definition at line 37 of file NumberFormatter.h.
#define NUMBERFORMAT_DECIMAL "%lf" |
Decimal format.
Definition at line 42 of file NumberFormatter.h.
#define NUMBERFORMAT_INTEGER "%ld" |
Integer format.
Definition at line 47 of file NumberFormatter.h.
OBJECTIVELY_EXPORT Class * _NumberFormatter | ( | void | ) |
Definition at line 91 of file NumberFormatter.c.