11 lines
283 B
C
11 lines
283 B
C
/*
|
|
* lg_cu_0006.h - 원장 공통 유틸 선언 (lg_cu_0006.c 구현)
|
|
*/
|
|
#ifndef LG_CU_0006_H
|
|
#define LG_CU_0006_H
|
|
|
|
long lg_cu_0006_fee(long amount, int rate_bp);
|
|
long lg_cu_0006_round_unit(long amount, long unit);
|
|
int lg_cu_0006_classify(long amount);
|
|
|
|
#endif /* LG_CU_0006_H */
|