📄 name.r
字号:
#ifndef NAME_R#define NAME_R/* * Name * maintain a table of Name structures */struct Name { /* base structure */ const void * type; /* for dynamic linkage */ const char * name; /* may be malloc-ed */ int token;};#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -