11 lines
286 B
C
11 lines
286 B
C
/*
|
|
* vl_cu_0010.h - 정합성 공통 유틸 선언 (vl_cu_0010.c 구현)
|
|
*/
|
|
#ifndef VL_CU_0010_H
|
|
#define VL_CU_0010_H
|
|
|
|
long vl_cu_0010_fee(long amount, int rate_bp);
|
|
long vl_cu_0010_round_unit(long amount, long unit);
|
|
int vl_cu_0010_classify(long amount);
|
|
|
|
#endif /* VL_CU_0010_H */
|