currencygithub.com/castedo/isomon

Name

isomon::isonum_count — Number of possible ISO numeric code values this library will handle.

Synopsis

// In header: </home/castedo/src/isomon/currency_data.h>

const size_t isonum_count;

Description

ISO numeric code values are between 0 and (isonum_count - 1). Use macro ISOMON_ISONUM_COUNT if using C instead of C++.