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

📄 itimer.h

📁 sunplus dvd开发编译器,希望对想了解这方面的人有点点儿帮助,我也才刚开始
💻 H
字号:
#ifndef _ITIMER_H#ifdef __cplusplusextern "C" {#endif#define _ITIMER_H#include <_ansi.h>#include <sys/time.h>#define ITIMER_REAL     0#define ITIMER_VIRTUAL  1#define ITIMER_PROF     2struct  itimerval {  struct  timeval it_interval;  struct  timeval it_value;};int _EXFUN(getitimer,( int which, struct itimerval *value ));int _EXFUN(setitimer,( int which, struct itimerval *newval, struct itimerval *oldval ));#ifdef __cplusplus}#endif#endif

⌨️ 快捷键说明

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