📄 filetypes.h
字号:
/* * @(#)filetypes.h 4.1 (ULTRIX) 7/17/90 *//**************************************************************** * * * Copyright (c) 1985 by * * Digital Equipment Corporation, Maynard, MA * * All rights reserved. * * * * This software is furnished under a license and may be used * * and copied only in accordance with the terms of such * * license and with the inclusion of the above copyright * * notice. This software or any other copies thereof may * * not be provided or otherwise made available to any other * * person. No title to and ownership of the software is * * hereby transferred. * * * * The information in this software is subject to change * * without notice and should not be construed as a * * commitment by Digital Equipment Corporation. * * * * Digital assumes no responsibility for the use or * * reliability of its software on equipment which is not * * supplied by Digital. * * * ****************************************************************//**//* * * File name: * * filetypes.h * * Source file description: * * Include file for use by modules that are * a part of the Labeled Tape Facility. * (LTF) * * Functions: * * Provide common definitions of general file types * used during LTF operations. * * Compile: * * n/a * * Modification history: * ~~~~~~~~~~~~~~~~~~~~ * * revision comments * -------- ----------------------------------------------- * 01.0 04-April-85 Ray Glaser * Create orginal version. * *//* * -> Global definitions of LTF file TYPES */#define BINARY 10 /* File is some form of binary data */#define BLKSP 060000 /* Block Special File */#define CHCTRSP 020000 /* Character Special File */#define COUNTED -11 /* Counted record file */#define CPIO 070707 /* CPIO data */#define DD 02 /* Direct (image) dump file */#define DIRECT 04 /* A directory file */#define EMPTY 27 /* An empty file */#define ENGLISH 28 /* English text */#define FIXED 'F' /* Fixed length record file */#define FUF 1 /* File is a Fortran Unformatted File */#define REGULAR 0100000 /* Regular ASCII byte stream) file */#define SEGMENT 'S' /* Segmented/spanned record file */#define SOCKET 0140000 /* File is a socket */#define SYMLNK 0120000 /* File is a symbolic link */#define TEXT -10 /* File is some variant of ASCII data */#define UFORMAT 'U' /* Undefined record file */#define VARIABLE 'D' /* Variable length record file *//*E filetypes.h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -