monoZ docs
|
monoZ Type Converter This file contains the APIs used to hex to ascii and ascii to hex conversion More...
Go to the source code of this file.
Macros | |
#define | MZ_TYPE_CONVERTER_H_ |
Define monoZ Type Converter. More... | |
Functions | |
void | mz_ascii_to_hex (void *in, void *out) |
This function is used to convert the given ASCII value to Hex value. More... | |
void | mz_hex_to_ascii (void *in, void *out) |
This function is used to convert the given Hex value to ASCII value. More... | |
monoZ Type Converter This file contains the APIs used to hex to ascii and ascii to hex conversion
Definition in file MZ_type_converter.h.
#define MZ_TYPE_CONVERTER_H_ |
Define monoZ Type Converter.
Definition at line 10 of file MZ_type_converter.h.