monoZ docs
MZ_type_converter.h File Reference

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...
 

Detailed Description

monoZ Type Converter This file contains the APIs used to hex to ascii and ascii to hex conversion

Date
Jun 10, 2021
Author
SKM

Definition in file MZ_type_converter.h.

Macro Definition Documentation

◆ MZ_TYPE_CONVERTER_H_

#define MZ_TYPE_CONVERTER_H_

Define monoZ Type Converter.

Definition at line 10 of file MZ_type_converter.h.