📄 sched.h
字号:
/* sched.h,v 1.7 2000/08/15 02:48:39 luther Exp
* ============================================================================
*
* = LIBRARY
* pace
*
* = FILENAME
* pace/win32/sched.h
*
* = AUTHOR
* Luther Baker
*
* ============================================================================ */
#ifndef PACE_SCHED_H_WIN32
#define PACE_SCHED_H_WIN32
/* These definitions are used in other files.
* Separate the declarations from the definitions to avoid circular
* inclusion. ie: some other funcs just need the typedefs and structs. */
#include "pace/win32/schedtypes.h"
#include "pace/time.h"
#if defined (PACE_HAS_CPLUSPLUS)
extern "C" {
#endif /* PACE_HAS_CPLUSPLUS */
#if defined (PACE_HAS_CPLUSPLUS)
}
#endif /* PACE_HAS_CPLUSPLUS */
#endif /* PACE_SCHED_H_WIN32 */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -