C2A_Core
c2a_round.c
[詳解]
1
#pragma section REPRO
2
7
#include "
c2a_round.h
"
8
9
int
c2a_round
(
double
input)
10
{
11
return
(
int
)(input + 0.5);
12
}
13
14
#pragma section
c2a_round
int c2a_round(double input)
Definition:
c2a_round.c:9
c2a_round.h
四捨五入.C89にroundはないので
src
src_core
Library
c2a_round.c
構築:
1.9.1