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

📄 stdio.h

📁 一个开源的网络开发库ACE
💻 H
字号:
/* stdio.h,v 1.1 2001/06/01 20:56:54 joeh Exp -*- C -*-

 * ============================================================================
 *
 * = LIBRARY
 *    pace
 *
 * = FILENAME
 *    pace/vxworks/stdio.h
 *
 * = AUTHOR
 *    Joe Hoffert
 *
 * ============================================================================ */

#ifndef PACE_STDIO_H_VXWORKS
#define PACE_STDIO_H_VXWORKS

#include <stdarg.h>
#include <stdio.h>

#if defined (PACE_HAS_CPLUSPLUS)
extern "C" {
#endif /* PACE_HAS_CPLUSPLUS */

#define PACE_BUFSIZ BUFSIZ
#define PACE_EOF EOF
#define PACE_FILENAME_MAX FILENAME_MAX
#define PACE_L_ctermid L_ctermid
#define PACE_L_cuserid L_cuserid
#ifndef PACE_NULL
#define PACE_NULL NULL
#endif /* PACE_NULL */
#define PACE_SEEK_CUR SEEK_CUR
#define PACE_SEEK_END SEEK_END
#define PACE_SEEK_SET SEEK_SET
#define PACE_TMP_MAX TMP_MAX
#define pace_stderr stderr
#define pace_stdout stdout
#define pace_stdin stdin

#ifndef PACE_FPOS_T
#define PACE_FPOS_T
typedef fpos_t pace_fpos_t;
#endif /* PACE_FPOS_T */

#ifndef PACE_SIZE_T
#define PACE_SIZE_T
  typedef size_t pace_size_t;
#endif /* PACE_SIZE_T */

typedef FILE PACE_FILE;

#if defined (PACE_HAS_CPLUSPLUS)
}
#endif /* PACE_HAS_CPLUSPLUS */

#endif /* PACE_STDIO_H_VXWORKS */

⌨️ 快捷键说明

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