11 lines
283 B
C
11 lines
283 B
C
/*
|
|
* cl_cu_0003.h - 마감 공통 유틸 선언 (cl_cu_0003.c 구현)
|
|
*/
|
|
#ifndef CL_CU_0003_H
|
|
#define CL_CU_0003_H
|
|
|
|
long cl_cu_0003_fee(long amount, int rate_bp);
|
|
long cl_cu_0003_round_unit(long amount, long unit);
|
|
int cl_cu_0003_classify(long amount);
|
|
|
|
#endif /* CL_CU_0003_H */
|