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