This repository has been archived on 2026-07-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
acquire-core-full/app/include/rc_cu_0003.h

11 lines
283 B
C

/*
* rc_cu_0003.h - 대사 공통 유틸 선언 (rc_cu_0003.c 구현)
*/
#ifndef RC_CU_0003_H
#define RC_CU_0003_H
long rc_cu_0003_fee(long amount, int rate_bp);
long rc_cu_0003_round_unit(long amount, long unit);
int rc_cu_0003_classify(long amount);
#endif /* RC_CU_0003_H */