📄 check_str.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 + -