⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sftest.h

📁 su 的源代码库
💻 H
字号:
/* Copyright (c) Colorado School of Mines, 2006.*//* All rights reserved.                       */#include	"FEATURE/sfio"#if !_PACKAGE_ast#ifdef __STDC__#include	<stdarg.h>#else#include	<varargs.h>#endif#endif#if _SFIO_H_ONLY#include	<sfio.h>#else#include	<sfio_t.h>#endif#if _PACKAGE_ast#include	<ast.h>#endif#if _hdr_unistd#include	<unistd.h>#endif#include	<errno.h>#include	"terror.h"#ifndef EINTR#define EINTR	4#endif#ifndef EBADF#define EBADF	9#endif#ifndef EAGAIN#define EAGAIN	11#endif#ifndef ENOMEM#define ENOMEM	12#endif#ifndef ESPIPE#define ESPIPE	29#endif#if _hdr_math#include	<math.h>#endif#if _hdr_float#include	<float.h>#endif

⌨️ 快捷键说明

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