Home
last modified time | relevance | path

Searched refs:mhdf_hex_char (Results 1 – 1 of 1) sorted by relevance

/dports/math/moab/fathomteam-moab-7bde9dfb84a8/src/io/mhdf/src/
H A Dutil.c90 static int mhdf_hex_char( int c ) in mhdf_hex_char() function
112 *name = (char)(16 * mhdf_hex_char(c1) + mhdf_hex_char(c2)); in mhdf_path_to_name()