📄 test1b.c
字号:
/* TEST1B.C */
#pragma option v;
/*
These routines may be adapted for any purpose when
used with the MPC Code Development system. No
warranty is implied or given as to their usability
for any purpose.
(c) Copyright 1995,1996
Byte Craft Limited
Waterloo, Ontario
Canada N2J 4E4
(519) 888-6911
Sherif Abdel-Kader
This program is part of the TEST1 project for BCLINK.
It should only be compiled by running TEST1.BAT
*/
#include <16c74.h>
unsigned int b;
static int bogus;
extern unsigned int a;
extern void ClearWdt();
unsigned int getsum()
{
bogus = 3;
bogus = a/b;
ClearWdt();
return a+b;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -