⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 niceprintf.h

📁 把fortran语言编的程序转为c语言编的程序, 运行环境linux
💻 H
字号:
/* 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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -