feat: acquire-core full legacy C corpus (~2066 files, build-verified) + generator + inventory

This commit is contained in:
forge-bot 2026-07-18 11:24:15 +00:00
commit b96cf702ee
2897 changed files with 264970 additions and 0 deletions

11
app/include/py_cu_0001.h Normal file
View file

@ -0,0 +1,11 @@
/*
* py_cu_0001.h - (py_cu_0001.c )
*/
#ifndef PY_CU_0001_H
#define PY_CU_0001_H
long py_cu_0001_fee(long amount, int rate_bp);
long py_cu_0001_round_unit(long amount, long unit);
int py_cu_0001_classify(long amount);
#endif /* PY_CU_0001_H */