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

📄 data.h

📁 db.* (pronounced dee-be star) is an advanced, high performance, small footprint embedded database fo
💻 H
字号:
/****************************************************************************** * * db.*  * Test Suite * * Test Data * *****************************************************************************/#ifndef DATA_H#define DATA_H/* Data to be used in tests */extern const int arr_int[];extern const short arr_short[];extern const long arr_long[];extern const char arr_char[];extern const float arr_float[];extern const double arr_double[];extern const DB_ADDR arr_db_addr[];#endif

⌨️ 快捷键说明

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