sftest.h
来自「su 的源代码库」· C头文件 代码 · 共 55 行
H
55 行
/* 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 + =
减小字号Ctrl + -
显示快捷键?