currencygithub.com/castedo/isomon

Name

isomon::data::hash2isonum — Low-level C function to return ISO numeric from hash of alphabetic code.

Synopsis

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


bool hash2isonum(int16_t hash, isonum_t * out);

Description

Parameters:

hash

of ISO alphabetic code as returned by code2hash.

out

NON-ZERO pointer to isonum_t variable to hold ISO numeric.

Returns:

true iff hash2code(hash) found as ISO alphabetic code and ISO numeric written to out.