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
int c2a_round(double input)
Definition: c2a_round.c:9
四捨五入.C89にroundはないので