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/cm_cu_0006.h

11 lines
283 B
C

/*
* cm_cu_0006.h - 공통 공통 유틸 선언 (cm_cu_0006.c 구현)
*/
#ifndef CM_CU_0006_H
#define CM_CU_0006_H
long cm_cu_0006_fee(long amount, int rate_bp);
long cm_cu_0006_round_unit(long amount, long unit);
int cm_cu_0006_classify(long amount);
#endif /* CM_CU_0006_H */