feat: acquire-core full legacy C corpus (~2066 files, build-verified) + generator + inventory
This commit is contained in:
commit
b96cf702ee
2897 changed files with 264970 additions and 0 deletions
11
app/include/mg_cu_0003.h
Normal file
11
app/include/mg_cu_0003.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
* mg_cu_0003.h - 전문게이트웨이 공통 유틸 선언 (mg_cu_0003.c 구현)
|
||||
*/
|
||||
#ifndef MG_CU_0003_H
|
||||
#define MG_CU_0003_H
|
||||
|
||||
long mg_cu_0003_fee(long amount, int rate_bp);
|
||||
long mg_cu_0003_round_unit(long amount, long unit);
|
||||
int mg_cu_0003_classify(long amount);
|
||||
|
||||
#endif /* MG_CU_0003_H */
|
||||
Reference in a new issue