{
while( true )
{
程序。。
if( 事件号改变 )
{ continueInit()}
}
}
#include<time.h>time_t t
struct tm *timer
timer=localtime(&t)//返回tm结构时间,
这样取得系统时间,再跟已定时间比较,相等则触发
,
到时间就用system(/etc/sql....)去运行你想要运行的东西
用键盘字符即可,如char GetCommand() {
char cmd
cmd = getchar()
switch(cmd) {
case 0X31 : // 调用相关函数
case 0X32 : //
case 0X33 : //
default : // 非命令字符处理
}
}
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)