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

11 lines
298 B
C

/*
* mg_cu_0007.h - 전문게이트웨이 공통 유틸 선언 (mg_cu_0007.c 구현)
*/
#ifndef MG_CU_0007_H
#define MG_CU_0007_H
long mg_cu_0007_fee(long amount, int rate_bp);
long mg_cu_0007_round_unit(long amount, long unit);
int mg_cu_0007_classify(long amount);
#endif /* MG_CU_0007_H */