Files
player/Project/Src/MyApp/unigbk_table.h
2025-06-27 00:32:57 +08:00

18 lines
190 B
C

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