#ifndef _UTF8_TO_GBK_H_ #define _UTF8_TO_GBK_H_ #ifdef __cplusplus extern "C" { #endif int utf8_to_gbk(unsigned char* src, int len, unsigned char* dst); #ifdef __cplusplus } #endif #endif