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/cl_h_0009.h
Normal file
20
app/include/cl_h_0009.h
Normal file
|
|
@ -0,0 +1,20 @@
|
|||
/*
|
||||
* cl_h_0009.h - 마감 코드/상수 테이블
|
||||
*/
|
||||
#ifndef CL_H_0009_H
|
||||
#define CL_H_0009_H
|
||||
|
||||
#define CL_H_0009_RC_OK 0
|
||||
#define CL_H_0009_RC_RETRY 1
|
||||
#define CL_H_0009_RC_SKIP 2
|
||||
#define CL_H_0009_RC_ERROR 9
|
||||
|
||||
#define CL_H_0009_LIMIT_DAILY 100000000L
|
||||
#define CL_H_0009_LIMIT_SINGLE 50000000L
|
||||
#define CL_H_0009_FEE_RATE_BP 250 /* 2.50% */
|
||||
|
||||
#define CL_H_0009_CHAN_ONLINE "01"
|
||||
#define CL_H_0009_CHAN_BATCH "02"
|
||||
#define CL_H_0009_CHAN_RECON "03"
|
||||
|
||||
#endif /* CL_H_0009_H */
|
||||
Reference in a new issue