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

20
app/include/au_h_0004.h Normal file
View file

@ -0,0 +1,20 @@
/*
* au_h_0004.h - /
*/
#ifndef AU_H_0004_H
#define AU_H_0004_H
#define AU_H_0004_RC_OK 0
#define AU_H_0004_RC_RETRY 1
#define AU_H_0004_RC_SKIP 2
#define AU_H_0004_RC_ERROR 9
#define AU_H_0004_LIMIT_DAILY 100000000L
#define AU_H_0004_LIMIT_SINGLE 50000000L
#define AU_H_0004_FEE_RATE_BP 250 /* 2.50% */
#define AU_H_0004_CHAN_ONLINE "01"
#define AU_H_0004_CHAN_BATCH "02"
#define AU_H_0004_CHAN_RECON "03"
#endif /* AU_H_0004_H */