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

11 lines
286 B
C

/*
* vl_cu_0011.h - 정합성 공통 유틸 선언 (vl_cu_0011.c 구현)
*/
#ifndef VL_CU_0011_H
#define VL_CU_0011_H
long vl_cu_0011_fee(long amount, int rate_bp);
long vl_cu_0011_round_unit(long amount, long unit);
int vl_cu_0011_classify(long amount);
#endif /* VL_CU_0011_H */