📄 filesystemhandling.h
字号:
/*______________________________________________________________________________
Copyright (C) 2002 PGP Corporation
All rights reserved.
$Id: FileSystemHandling.h,v 1.7 2002/09/09 00:31:43 sdas Exp $
______________________________________________________________________________*/
#ifndef Included_FileSystemHandling_h /* [ */
#define Included_FileSystemHandling_h
//system includes
#include <string.h>
#include <stdlib.h> //for getenv()
#include <stdio.h> //for fopen(), etc.
#include <io.h> //for filelength(), access(), etc.
#include <fcntl.h> //for _O_RDONLY
#include <share.h> //for _SH_DENYRW
#include <errno.h> //for EACCES, etc.
typedef enum {
FALSE,
TRUE } BOOL;
extern char epc_NULL;
extern const char ec_PATH_SPECIFIER, epc_PATH_SPECIFIER[];
extern const unsigned short eus_SUCCESS, eus_ERR_INVLD_ARG;
extern const int ei_FAIL;
#endif /* ] Included_FileSystemHandling_h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -