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/mm_cu_0011.h
Normal file
11
app/include/mm_cu_0011.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
* mm_cu_0011.h - 마스터 공통 유틸 선언 (mm_cu_0011.c 구현)
|
||||
*/
|
||||
#ifndef MM_CU_0011_H
|
||||
#define MM_CU_0011_H
|
||||
|
||||
long mm_cu_0011_fee(long amount, int rate_bp);
|
||||
long mm_cu_0011_round_unit(long amount, long unit);
|
||||
int mm_cu_0011_classify(long amount);
|
||||
|
||||
#endif /* MM_CU_0011_H */
|
||||
Reference in a new issue