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

19
app/include/lg_h_0003.h Normal file
View file

@ -0,0 +1,19 @@
/*
* lg_h_0003.h - (positional, )
*/
#ifndef LG_H_0003_H
#define LG_H_0003_H
typedef struct {
char msg_type[4]; /* 전문구분 4 */
char merch_id[15]; /* 가맹점번호 15 */
char key[9]; /* 처리키 9 */
char amount[12]; /* 금액 12 zero-pad */
char biz_date[8]; /* 영업일 8 */
char resp_code[4]; /* 응답코드 4 */
char filler[20]; /* 예비 20 */
} lg_h_0003_msg_t;
#define LG_H_0003_MSG_LEN ((int)sizeof(lg_h_0003_msg_t))
#endif /* LG_H_0003_H */