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