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/rc_cu_0003.h Normal file
View file

@ -0,0 +1,11 @@
/*
* rc_cu_0003.h - (rc_cu_0003.c )
*/
#ifndef RC_CU_0003_H
#define RC_CU_0003_H
long rc_cu_0003_fee(long amount, int rate_bp);
long rc_cu_0003_round_unit(long amount, long unit);
int rc_cu_0003_classify(long amount);
#endif /* RC_CU_0003_H */