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

22
app/include/ac_h_0011.h Normal file
View file

@ -0,0 +1,22 @@
/*
* ac_h_0011.h - /
*/
#ifndef AC_H_0011_H
#define AC_H_0011_H
/* 매입 처리 뷰 레코드 */
typedef struct {
char key[16];
char merch_id[16];
long amount;
long fee;
char biz_date[9];
char status[2];
char reserved[16];
} ac_h_0011_view_t;
#define AC_H_0011_STATUS_OPEN "O"
#define AC_H_0011_STATUS_HOLD "H"
#define AC_H_0011_STATUS_CLOSE "C"
#endif /* AC_H_0011_H */