breakp.h

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

H
23
字号
/************* * Header file for breakp.c * 1999 E. Rouat ************/#ifndef BREAKP_H_INCLUDED#define BREAKP_H_INCLUDEDvoid com_stop(wordlist *wl);void com_trce(wordlist *wl);void com_iplot(wordlist *wl);void com_step(wordlist *wl);void com_sttus(wordlist *wl);void dbfree(struct dbcomm *db);void com_delete(wordlist *wl);bool ft_bpcheck(struct plot *runplot, int iteration);void ft_trquery(void);#endif

⌨️ 快捷键说明

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