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/vl_h_0011.h
Normal file
20
app/include/vl_h_0011.h
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/*
|
||||
* vl_h_0011.h - 정합성 코드/상수 테이블
|
||||
*/
|
||||
#ifndef VL_H_0011_H
|
||||
#define VL_H_0011_H
|
||||
|
||||
#define VL_H_0011_RC_OK 0
|
||||
#define VL_H_0011_RC_RETRY 1
|
||||
#define VL_H_0011_RC_SKIP 2
|
||||
#define VL_H_0011_RC_ERROR 9
|
||||
|
||||
#define VL_H_0011_LIMIT_DAILY 100000000L
|
||||
#define VL_H_0011_LIMIT_SINGLE 50000000L
|
||||
#define VL_H_0011_FEE_RATE_BP 250 /* 2.50% */
|
||||
|
||||
#define VL_H_0011_CHAN_ONLINE "01"
|
||||
#define VL_H_0011_CHAN_BATCH "02"
|
||||
#define VL_H_0011_CHAN_RECON "03"
|
||||
|
||||
#endif /* VL_H_0011_H */
|
||||
Reference in a new issue