11 lines
283 B
C
11 lines
283 B
C
/*
|
|
* cm_cu_0002.h - 공통 공통 유틸 선언 (cm_cu_0002.c 구현)
|
|
*/
|
|
#ifndef CM_CU_0002_H
|
|
#define CM_CU_0002_H
|
|
|
|
long cm_cu_0002_fee(long amount, int rate_bp);
|
|
long cm_cu_0002_round_unit(long amount, long unit);
|
|
int cm_cu_0002_classify(long amount);
|
|
|
|
#endif /* CM_CU_0002_H */
|