com_history.h

来自「ngspice又一个电子CAD仿真软件代码.功能更全」· C头文件 代码 · 共 17 行

H
17
字号
/************* * Header file for history.c * 1999 E. Rouat ************/#ifndef _COM_HISTORY_H#define _COM_HISTORY_Hwordlist * cp_histsubst(wordlist *wlist);void cp_addhistent(int event, wordlist *wlist);void cp_hprint(int eventhi, int eventlo, bool rev);void com_history(wordlist *wl);#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?