monoZ docs
MZ_type_converter.h
Go to the documentation of this file.
1
9#ifndef MZ_TYPE_CONVERTER_H_
10#define MZ_TYPE_CONVERTER_H_
11#ifdef __cplusplus
12extern "C" {
13#endif
23void mz_ascii_to_hex(void * in, void * out);
24
31void mz_hex_to_ascii(void * in, void * out);
33#ifdef __cplusplus
34}
35#endif
36#endif /* MZ_TYPE_CONVERTER_H_ */
void mz_hex_to_ascii(void *in, void *out)
This function is used to convert the given Hex value to ASCII value.
void mz_ascii_to_hex(void *in, void *out)
This function is used to convert the given ASCII value to Hex value.