data.h

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

H
23
字号
/****************************************************************************** * * 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 + =
减小字号Ctrl + -
显示快捷键?