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/st_h_0001.h Normal file
View file

@ -0,0 +1,19 @@
/*
* st_h_0001.h - (positional, )
*/
#ifndef ST_H_0001_H
#define ST_H_0001_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 */
} st_h_0001_msg_t;
#define ST_H_0001_MSG_LEN ((int)sizeof(st_h_0001_msg_t))
#endif /* ST_H_0001_H */