apicomm.h
来自「ST5518机顶盒系统文件系统源代码!绝对超值!」· C头文件 代码 · 共 34 行
H
34 行
/******************************************************************************File Name : apicomm.hDescription: Declares common functions and data for STAVFS api tests******************************************************************************/#ifndef STAVFS_API_COMMON_H#define STAVFS_API_COMMON_H /* Includes ------------------------------------------------------------ */ /* Exported Types ------------------------------------------------------ */ /* Exported Constants -------------------------------------------------- */#define STD_FILE_NAME "StaysAroundForApiTests"#define STD_FILE_SIZE DISK_SECTOR_SIZE/* standard regular file opened/created by api tests that, eg, need an open file to confirm Close/Term then fail. For simplicity, some tests fail to delete this file in every case, so do not rely on it not existing before you start (you could delete it, of course) */ /* Exported Variables -------------------------------------------------- */ /* Exported Macros ----------------------------------------------------- */ /* Exported Function Prototypes ---------------------------------------- */#endif /* STAVFS_API_COMMON */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?