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
19
app/include/lg_h_0011.h
Normal file
19
app/include/lg_h_0011.h
Normal file
|
|
@ -0,0 +1,19 @@
|
|||
/*
|
||||
* lg_h_0011.h - 원장 고정길이 전문 레이아웃 (positional, 재배치 금지)
|
||||
*/
|
||||
#ifndef LG_H_0011_H
|
||||
#define LG_H_0011_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_0011_msg_t;
|
||||
|
||||
#define LG_H_0011_MSG_LEN ((int)sizeof(lg_h_0011_msg_t))
|
||||
|
||||
#endif /* LG_H_0011_H */
|
||||
Reference in a new issue