dump.h
来自「Free Chat beta release 2 fot linux,采用C语言」· C头文件 代码 · 共 23 行
H
23 行
/* dump.h dumps a file to stdout By Bill Kendrick kendrick@zippy.sonoma.edu http://zippy.sonoma.edu/kendrick/ New Breed Software April 6, 1996 / Sept. 20, 1996*/void dump(char * filename);/* if there's an error, displays it to stdout and exit(0)'s */int dump_no_abort(char * filename);/* if there's an error, return -1, else return 0 */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?