OSDN Git Service

hex-to-dec function.
[hmh/hhml.git] / modules / ml-string.h
index 95a3b7f..732c958 100644 (file)
@@ -44,5 +44,6 @@ MNode*  ml_is_ascii63 (MNode* cell, MlEnv* mlenv);
 MNode*  ml_sort_string (MNode* cell, MlEnv* mlenv);
 MNode*  ml_to_upper (MNode* cell, MlEnv* mlenv);
 MNode*  ml_to_lower (MNode* cell, MlEnv* mlenv);
+MNode*  ml_hex_to_dec (MNode* cell, MlEnv* mlenv);
 
 #endif /* ML_STRING_H */