isomon::isonum_count — Number of possible ISO numeric code values this library will handle.
// In header: </home/castedo/src/isomon/currency_data.h> const size_t isonum_count;
ISO numeric code values are between 0 and (isonum_count - 1). Use macro ISOMON_ISONUM_COUNT if using C instead of C++.