📄 timer.h
字号:
/* * timer.h: header for timer.c * * Copyright 1997 EPIC Software Labs * See the COPYRIGHT file, or do a HELP IRCII COPYRIGHT */#ifndef __timer_h__#define __timer_h__ BUILT_IN_COMMAND(timercmd); void ExecuteTimers (void); char * add_timer (int, const char *, double, long, int (*) (void *), void *, const char *, int); int timer_exists (const char *ref); int remove_timer (const char *ref); Timeval TimerTimeout (void); char * timerctl (char *);#endif /* _TIMER_H_ */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -