n_dim_traversal.h~
来自「混沌分析的C语言程序的」· H~ 代码 · 共 21 行
H~
21 行
#include <varargs.h>#ifndef VALTYPE#define VALTYPE int#endiftypedef struct qtp {VALTYPE val; struct qtp *next;} qtype;#ifndef LEAFTYPE#define LEAFTYPE qtype *#endif#ifndef VALNULL#define VALNULL (LEAFTYPE) 0#endifextern int dimsize;void enter_value();LEAFTYPE get_value();
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?