📄 runcoms.h
字号:
/************* * 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -