📄 ss_sbm.h
字号:
/* * (c) Copyright 1992, 1993 by Panagiotis Tsirigotis * All rights reserved. The file named COPYRIGHT specifies the terms * and conditions for redistribution. */#ifndef SS_SBM_H#define SS_SBM_H/* * ss_sbm.h,v 1.1.1.1 1994/04/26 19:08:12 hardy Exp */typedef int last_int ; /* must be signed */struct sbm_header{ last_int *last_occurrence ;} ;#endif /* SS_SBM_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -