标题:高手来指点一下
取消只看楼主
接过雷锋的枪
Rank: 1
等 级:新手上路
帖 子:40
专家分:0
注 册:2007-11-11
 问题点数:0 回复次数:1 
高手来指点一下
void interrupt ( *oldhandler)(__CPPARGS);
void interrupt newhandler(__CPPARGS)   /* 新的时钟中断处理函数 */
{
   TimerCounter++; /* increase the global counter */
   oldhandler();   /* call the old routine */
}
上面的 interrupt是什么意思啊
*oldhandler这个是指针吗?
后面括号里的是参数?)__CPPARGS是什么意思?》
搜索更多相关主题的帖子: increase counter 
2007-12-02 10:45
接过雷锋的枪
Rank: 1
等 级:新手上路
帖 子:40
专家分:0
注 册:2007-11-11
得分:0 
__CPPARGS具体定义的是什么?
下面的那个函数就是时钟中断函数吗?
2007-12-02 11:15



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-189854-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.241043 second(s), 8 queries.
Copyright©2004-2025, BCCN.NET, All Rights Reserved