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

11 lines
283 B
C

/*
* cl_cu_0004.h - 마감 공통 유틸 선언 (cl_cu_0004.c 구현)
*/
#ifndef CL_CU_0004_H
#define CL_CU_0004_H
long cl_cu_0004_fee(long amount, int rate_bp);
long cl_cu_0004_round_unit(long amount, long unit);
int cl_cu_0004_classify(long amount);
#endif /* CL_CU_0004_H */