posix.h
来自「嵌入式操作系统Nucleus Plus中使用的文件系统」· C头文件 代码 · 共 31 行
H
31 行
/*****************************************************************************
*Filename: POSIX.H - Defines & structures for ms-dos utilities (po_) functions
*
* EBS - RTFS (Real Time File Manager)
*
* Copyright Peter Van Oudenaren , 1993
* All rights reserved.
* This code may not be redistributed in source or linkable object form
* without the consent of its author.
*
*
*
* Description:
*
*
*
*
*
*****************************************************************************/
#ifndef __POSIX__
#define __POSIX__ 1
#ifndef __PCDISK__
#include "pcdisk.h"
#endif
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?