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/cm_cu_0008.h
Normal file
11
app/include/cm_cu_0008.h
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
/*
|
||||
* cm_cu_0008.h - 공통 공통 유틸 선언 (cm_cu_0008.c 구현)
|
||||
*/
|
||||
#ifndef CM_CU_0008_H
|
||||
#define CM_CU_0008_H
|
||||
|
||||
long cm_cu_0008_fee(long amount, int rate_bp);
|
||||
long cm_cu_0008_round_unit(long amount, long unit);
|
||||
int cm_cu_0008_classify(long amount);
|
||||
|
||||
#endif /* CM_CU_0008_H */
|
||||
Reference in a new issue