11 lines
283 B
C
11 lines
283 B
C
/*
|
|
* rc_cu_0011.h - 대사 공통 유틸 선언 (rc_cu_0011.c 구현)
|
|
*/
|
|
#ifndef RC_CU_0011_H
|
|
#define RC_CU_0011_H
|
|
|
|
long rc_cu_0011_fee(long amount, int rate_bp);
|
|
long rc_cu_0011_round_unit(long amount, long unit);
|
|
int rc_cu_0011_classify(long amount);
|
|
|
|
#endif /* RC_CU_0011_H */
|