runcoms.h
来自「ngspice又一个电子CAD仿真软件代码.功能更全」· C头文件 代码 · 共 30 行
H
30 行
/************* * Header file for runcoms.c * 1999 E. Rouat * $Id: runcoms.h,v 1.2 2005/05/29 01:04:08 sjborley Exp $ ************/#ifndef RUNCOMS_H_INCLUDED#define RUNCOMS_H_INCLUDEDvoid com_scirc(wordlist *wl);void com_pz(wordlist *wl);void com_op(wordlist *wl);void com_dc(wordlist *wl);void com_ac(wordlist *wl);void com_tf(wordlist *wl);void com_tran(wordlist *wl);void com_sens(wordlist *wl);void com_disto(wordlist *wl);void com_noise(wordlist *wl);void com_run(wordlist *wl);int ft_dorun(char *file);bool ft_getOutReq(FILE **fpp, struct plot **plotp, bool *binp, char *name, char *title);extern FILE *rawfileFp;extern bool rawfileBinary;extern char *last_used_rawfile;extern bool resumption;#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?