error.h
来自「The purpose of this program is to run as」· C头文件 代码 · 共 15 行
H
15 行
#ifndef _HW4_ERROR_H#define _HW4_ERROR_Hvoiderr_cont(const char *str); /* print error message then continue */void /* print error message then exit, using fprintf */err_exit(const char *str); void /* print error message and exit, using perror */err_quit(const char* str);#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?