set01.h

来自「db.* (pronounced dee-be star) is an adva」· C头文件 代码 · 共 23 行

H
23
字号
/****************************************************************************** * * db.*  * Test Suite * * Database Manipulation Tests * *****************************************************************************/#ifndef SET01_H#define SET01_H#include "db.star.h"/* Function to run all tests in this subset.  */void set01_tests();/* TESTS *//* Test d_functions to open/close a task pointer and database */bool test_open_db(DB_TASK *);#endif

⌨️ 快捷键说明

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