lock_lfvx/bk_idk/components/utf8/conv_utf8_pub.h

8 lines
145 B
C
Raw Normal View History

2025-10-10 16:07:00 +08:00
#ifndef __CONV_UTF8_PUB_H__
#define __CONV_UTF8_PUB_H__
unsigned char *conv_utf8(unsigned char *input);
char *Utf8ToGb2312(char *utf8);
#endif