37#define NUMBERFORMAT_CURRENCY "%'.2lf"
42#define NUMBERFORMAT_DECIMAL "%lf"
47#define NUMBERFORMAT_INTEGER "%ld"
50typedef struct NumberFormatterInterface NumberFormatterInterface;
79struct NumberFormatterInterface {
84 ObjectInterface objectInterface;
A wrapper for placing numeric primitives into collections, etc.
static String * string(void)
#define OBJECTIVELY_EXPORT
The runtime representation of a Class.
A wrapper for placing numeric primitives into collections, etc.
Object is the root Class of The Objectively Class hierarchy.