#ifndef __CHARCONV_H__
#define __CHARCONV_H__

typedef enum { Float32, SInt32, SInt16, SInt8, UInt32, UInt16, UInt8, Boolean, NoType } charconvDataType;

#endif /* __CHARCONV_H__ */
