Files
player/Project/Src/MyApp/unigbk_table.h
2025-07-05 19:47:28 +08:00

18 lines
174 B
C

#ifndef UNIGBK_TABLE_H__
#define UNIGBK_TABLE_H__
//打开编码转换文件
int unigbk_open(void);
//读取编码转换文件
int unigbk_read(int off,void *buff,int size);
#endif