niceprintf.h
来自「把fortran语言编的程序转为c语言编的程序, 运行环境linux」· C头文件 代码 · 共 17 行
H
17 行
/* niceprintf.h -- contains constants and macros from the output filter for the generated C code. We use macros for increased speed, less function overhead. */#define MAX_OUTPUT_SIZE 6000 /* Number of chars on one output line PLUS the length of the longest string printed using nice_printf */#define next_tab(fp) (indent += tab_size)#define prev_tab(fp) (indent -= tab_size)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?