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

11 lines
283 B
C

/*
* py_cu_0001.h - 지급 공통 유틸 선언 (py_cu_0001.c 구현)
*/
#ifndef PY_CU_0001_H
#define PY_CU_0001_H
long py_cu_0001_fee(long amount, int rate_bp);
long py_cu_0001_round_unit(long amount, long unit);
int py_cu_0001_classify(long amount);
#endif /* PY_CU_0001_H */