defaults.h
来自「一个开源的网络开发库ACE」· C头文件 代码 · 共 27 行
H
27 行
/* defaults.h,v 1.2 2000/06/15 18:53:40 luther Exp
* ============================================================================
*
* = LIBRARY
* pace
*
* = FILENAME
* defaults.h
*
* = AUTHOR
* Luther Baker
*
* ============================================================================ */
#ifndef PACE_CONFIG_DEFAULTS_H
#define PACE_CONFIG_DEFAULTS_H
/* Define the default constants for PACE. Many of these are used for
* the PACE tests and applications. You can change these values by
* defining the macros in your config.h file. */
#endif /* PACE_CONFIG_DEFAULTS_H */
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?