basicop2.c
来自「Trolltech公司发布的图形界面操作系统。可在qt-embedded-2.3」· C语言 代码 · 共 35 行
C
35 行
/*___________________________________________________________________________ | | | Basic arithmetic operators. | | | | $Id $ |___________________________________________________________________________|*//*___________________________________________________________________________ | | | Include-Files | |___________________________________________________________________________|*/#include <stdio.h>#include <stdlib.h>#include "typedef.h"#include "basic_op.h"#if (WMOPS)#include "count.h"extern BASIC_OP multiCounter[MAXCOUNTERS];extern int currCounter;#endif/*___________________________________________________________________________ | | | Constants and Globals | |___________________________________________________________________________|*/Flag Overflow = 0;Flag Carry = 0;
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?