C2A_Core
c2a_round.h
[詳解]
1 #ifndef C2A_ROUND_H_
2 #define C2A_ROUND_H_
3 
9 int c2a_round(double input);
10 
11 #endif
int c2a_round(double input)
Definition: c2a_round.c:9