sub.c
来自「一个瑞萨单片机的程序。。。供大家学习用。。。。。。。。。。。。。。。。。。」· C语言 代码 · 共 38 行
C
38 行
/*""FILE COMMENT""***********************************************************
* System Name : for eduction (NO TRANSFERRING)
* File Name : sub.c
* Contents : embedded C language entrance course
* : exercise 4A: make multiple program for decided function
* : (get difference and sum of two number)
* Model : for OAKS8-LCD Board
* CPU : R8C/Tiny series
* Compiler : NC30WA(V.5.30 Release 1)
* OS : not be used
* Programmer : RENESAS Semiconductor Training Center
* Note : for OAKS8-R5F21114FP(R8C/11 group,20MHz)
****************************************************************************
* COPYRIGHT(C) 2004 RENESAS TECHNOLOGY CORPORATION
* AND RENESAS SOLUTIONS CORPORATION ALL RIGHTS RESERVED
****************************************************************************
* History :
*""FILE COMMENT END""*******************************************************/
/* define function prototype */
/*""FUNC COMMENT""*************************************************************
* ID : 1.2
* function name : sub
* function : subtract arguments, return result
* parameter : minuend, subtrahend
* result : difference between two integer(calculation result)
* function used : none
* notice : not guarantee if calculation result over int
* History :
*""FUNC COMMENT END""********************************************************/
/* define function to get subtract */
/*****************************************************************************
end of file
******************************************************************************/
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?