fstypes.h

来自「BestCrypt开源加密原代码」· C头文件 代码 · 共 43 行

H
43
字号
/*********************************************************************      Copyright (c) 1994-1999 Jetico, Inc., Finland*      All rights reserved.**      File: bccreate.c*      Revision: $Id: fstypes.h,v 1.5 2003/05/14 09:13:25 crypt Rel-1.6-5 $*      Created:*      Description: definition of File Siystem Types********************************************************************/ #ifndef _FSTYPES_H#define _FSTYPES_H#define MAX_ID 15                    char *fstypes[] = {   "msdos",     // 0   "ext2",      // 1   "minix",     // 2   "ext3",      // 3   "vfat",      // 4   "",          // 5   "",          // 6   "ntfs",      // 7   "reiserfs",  // 8   "xfs",       // 9   "",          // a   "vfat",      // b   "",          // c   "",          // d   "",          // e   ""           // f};#endif // _FSTYPES_H 

⌨️ 快捷键说明

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