📄 filename.h
字号:
//**********************************************************************
//FileName : fileName.h
//Created by : ZhengYanbo
//Created Date : 09/09/2005
//Version : v1.0
//Last modified:
//**********************************************************************
#ifndef __fileName_H__
#define __fileName_H__
#include "type.h"
typedef struct
{
word unicode;
word GBcode;
} UNICODE_TAB;
//-------------------------------------------------------
//prototypes
//-------------------------------------------------------
word Unicode2GB(word unicode);
void file_name_to_GB(void);
byte get_string_word_length(byte *string);
void fileNameInsertSpace(void);
void string_array(byte *string);
void print_file_name(byte *p);
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -