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
20
app/include/ac_h_0001.h
Normal file
20
app/include/ac_h_0001.h
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/*
|
||||
* ac_h_0001.h - 매입 코드/상수 테이블
|
||||
*/
|
||||
#ifndef AC_H_0001_H
|
||||
#define AC_H_0001_H
|
||||
|
||||
#define AC_H_0001_RC_OK 0
|
||||
#define AC_H_0001_RC_RETRY 1
|
||||
#define AC_H_0001_RC_SKIP 2
|
||||
#define AC_H_0001_RC_ERROR 9
|
||||
|
||||
#define AC_H_0001_LIMIT_DAILY 100000000L
|
||||
#define AC_H_0001_LIMIT_SINGLE 50000000L
|
||||
#define AC_H_0001_FEE_RATE_BP 250 /* 2.50% */
|
||||
|
||||
#define AC_H_0001_CHAN_ONLINE "01"
|
||||
#define AC_H_0001_CHAN_BATCH "02"
|
||||
#define AC_H_0001_CHAN_RECON "03"
|
||||
|
||||
#endif /* AC_H_0001_H */
|
||||
Reference in a new issue