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

11 lines
289 B
C

/*
* au_cu_0008.h - 승인한도 공통 유틸 선언 (au_cu_0008.c 구현)
*/
#ifndef AU_CU_0008_H
#define AU_CU_0008_H
long au_cu_0008_fee(long amount, int rate_bp);
long au_cu_0008_round_unit(long amount, long unit);
int au_cu_0008_classify(long amount);
#endif /* AU_CU_0008_H */