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

📄 check_str.h

📁 一个单元测试框架,主要和应用文件一起编译运行
💻 H
字号:
#ifndef CHECK_STR_H#define CHECK_STR_H/* Return a string representation of the given TestResult.  Return   value has been malloc'd, and must be freed by the caller */char *tr_str (TestResult *tr);/* Return a string representation of the given SRunner's run   statistics (% passed, num run, passed, errors, failures). Return   value has been malloc'd, and must be freed by the caller*/ char *sr_stat_str (SRunner *sr);char *ck_strdup_printf (const char *fmt, ...);#endif /* CHECK_STR_H */

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -