8 lines
145 B
C
8 lines
145 B
C
|
#ifndef __CONV_UTF8_PUB_H__
|
||
|
#define __CONV_UTF8_PUB_H__
|
||
|
|
||
|
unsigned char *conv_utf8(unsigned char *input);
|
||
|
|
||
|
char *Utf8ToGb2312(char *utf8);
|
||
|
|
||
|
#endif
|