📄 fspsynchinterf.hem
字号:
/*S**************************************************************************** ........................................................................ COPYRIGHT (c) Philips Semiconductors Le Mans 2003 .. All rights are reserved. Reproduction in whole or in part is .. prohibited without the written consent of the copyright owner. . ......................................................................... File name : FsSynchInterf.hep.. Project : SSYOL3 WAP/MMS.. Module : OSFS.. %version: MMS1.0 %.. Compiler name and release:...............:........:..........:............:........................... *----------------------------------------------------------------------------* * DESCRIPTION * * This file contains externally used function declarations for Synchronous * interface. *----------------------------------------------------------------------------* *----------------------------------------------------------------------------* * FUNCTIONS DEFINED IN THIS FILE *----------------------------------------------------------------------------* * Name | Object *----------------------------------------------------------------------------* * * *----------------------------------------------------------------------------* *----------------------------------------------------------------------------* * EVOLUTION *----------------------------------------------------------------------------* * Date | Author | Description *----------------------------------------------------------------------------* * 15.07.03 | frd964t | Creation *****************************************************************************E*/#ifndef FSPSYNCHINTERF_HEM#define FSPSYNCHINTERF_HEM#if 0/* macros do not begin with MC_ as replacing FS functions! */#ifdef MP4_PLAYER_FTR/* Synchronous POSIX functions */#ifdef SYNCHRONOUS_FILE_SYSTEM_FTR#define Fs87_01FopenSized(_pp_FileName_, _pp_Mode_, _vp_MaxFileSize_) \Fsp1_01FopenSized(_pp_FileName_, _pp_Mode_, _vp_MaxFileSize_)#define Fs87_02Fclose(_pp_Stream_) \Fsp1_02Fclose(_pp_Stream_)#define Fs87_03Remove(_pp_FileName_) \Fsp1_03Remove(_pp_FileName_)#define Fs87_04Rename(_pp_OldName_, _pp_NewName_) \Fsp1_04Rename(_pp_OldName_, _pp_NewName_)#define Fs87_05Setvbuf(_pp_Stream_, _pp_Buff_, _vp_BuffMode_, _vp_Size_) \Fsp1_05Setvbuf(_pp_Stream_, _pp_Buff_, _vp_BuffMode_, _vp_Size_)#define Fs87_06Ftell(_pp_Stream_) \Fsp1_06Ftell(_pp_Stream_)#define Fs87_07Fseek(_pp_Stream_, _vp_Offset_, _vp_Whence_) \Fsp1_07Fseek(_pp_Stream_, _vp_Offset_, _vp_Whence_)#define Fs87_08Rewind(_pp_Stream_) \Fsp1_08Rewind(_pp_Stream_)#define Fs87_09Stat(_pp_Path_, _pp_FileInfo_) \Fsp1_09Stat(_pp_Path_, _pp_FileInfo_)#define Fs87_10Fflush(_pp_Stream_) \Fsp1_10Fflush(_pp_Stream_)#define Fs87_11Feof(_pp_Stream_) \Fsp1_11Feof(_pp_Stream_)#define Fs87_12Fwrite(_pp_Buff_, _vp_ElementSize_, _vp_NumberOfElements_, _pp_Stream_) \Fsp1_12Fwrite(_pp_Buff_, _vp_ElementSize_, _vp_NumberOfElements_, _pp_Stream_)#define Fs87_13Fread(_pp_Buff_, _vp_ElementSize_, _vp_NumberOfElements_, _pp_Stream_) \Fsp1_13Fread(_pp_Buff_, _vp_ElementSize_, _vp_NumberOfElements_, _pp_Stream_)#endif /* End: SYNCHRONOUS_FILE_SYSTEM_FTR */#endif /* End: MP4_PLAYER_FTR */#endif /* 0 */#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -