isafile.h
来自「操作系统SunOS 4.1.3版本的源码」· C头文件 代码 · 共 22 行
H
22 行
/* @(#)isafile.h 1.1 92/07/30 SMI *//* * File: isafile.h * Title: NSE file handling support * Date: * * Copyright (c) 1988 Sun Microsystems, Inc. */#ifndef _NSE_ISAFILE_H#define _NSE_ISAFILE_H/* * This is the string that appears at the beginning of a * ranlib'ed library. Includes the ar magic number "!<arch>\n" * and the name of ranlib table of contents "__.SYMDEF ". */#define NSE_RANLIB_HDR "!<arch>\n__.SYMDEF "#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?