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