api_int.h

来自「uc/os操作系统的文件系统源码」· C头文件 代码 · 共 39 行

H
39
字号
/************************************************************************                          Micrium, Inc.*                      949 Crestview Circle*                     Weston,  FL 33327-1848**                            uC/FS**                (c) Copyright 2002, Micrium, Inc.*                      All rights reserved.************************************************************************----------------------------------------------------------------------
File        : api_int.h 
Purpose     : Internals used accross different modules of API layer
----------------------------------------------------------------------
Known problems or limitations with current version
----------------------------------------------------------------------
None.
---------------------------END-OF-HEADER------------------------------
*/

#ifndef _FS_API_INT_H_
#define _FS_API_INT_H_

/*********************************************************************
*
*             Global function prototypes
*
**********************************************************************
*/

int FS__find_fsl(const char *name, FS_FARCHARPTR *fname);


#endif  /* _FS_API_INT_H_ */

⌨️ 快捷键说明

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