fs_api.h
来自「此为整套uC/FS程序」· C头文件 代码 · 共 38 行
H
38 行
/*
**********************************************************************
* Micrium, Inc.
* 949 Crestview Circle
* Weston, FL 33327-1848
*
* uC/FS
*
* (c) Copyright 2001 - 2007, Micrium, Inc.
* All rights reserved.
*
***********************************************************************
**** 礐/FS file system for embedded applications ****
礐/FS is protected by international copyright laws. Knowledge of the
source code may not be used to write a similar product. This file may
only be used in accordance with a license and should not be re-
distributed in any way. We appreciate your understanding and fairness.
----------------------------------------------------------------------
File : FS_API.h
Purpose : Define global functions and types to be used by an
application using the file system.
This file needs to be included by any modul using the
file system.
---------------------------END-OF-HEADER------------------------------
*/
#ifndef _FS_API_H_
#define _FS_API_H_
#include "FS.h"
// File is obsolete. Do not use any more, Use "FS.h" instead.
#endif /* _FS_API_H_ */
/*************************** End of file ****************************/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?