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

11 lines
283 B
C

/*
* lg_cu_0002.h - 원장 공통 유틸 선언 (lg_cu_0002.c 구현)
*/
#ifndef LG_CU_0002_H
#define LG_CU_0002_H
long lg_cu_0002_fee(long amount, int rate_bp);
long lg_cu_0002_round_unit(long amount, long unit);
int lg_cu_0002_classify(long amount);
#endif /* LG_CU_0002_H */