#ifndef __CONV_UTF8_PUB_H__ #define __CONV_UTF8_PUB_H__ unsigned char *conv_utf8(unsigned char *input); char *Utf8ToGb2312(char *utf8); #endif