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
12
extern
"C"
{
13
#endif
23
void
mz_ascii_to_hex
(
void
* in,
void
* out);
24
31
void
mz_hex_to_ascii
(
void
* in,
void
* out);
33
#ifdef __cplusplus
34
}
35
#endif
36
#endif
/* MZ_TYPE_CONVERTER_H_ */
mz_hex_to_ascii
void mz_hex_to_ascii(void *in, void *out)
This function is used to convert the given Hex value to ASCII value.
mz_ascii_to_hex
void mz_ascii_to_hex(void *in, void *out)
This function is used to convert the given ASCII value to Hex value.
inc
MZ_type_converter.h
Generated by
1.9.3