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
14
app/include/mm_io_0011.h
Normal file
14
app/include/mm_io_0011.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* mm_io_0011.h - 마스터 보조 DBIO 선언 (mm_io_0011.pgc 구현)
|
||||
*/
|
||||
#ifndef MM_IO_0011_H
|
||||
#define MM_IO_0011_H
|
||||
|
||||
#include "txcore.h"
|
||||
|
||||
/* mm_io_0011 전용 조회/갱신 (테이블 mm_io_0011_t) */
|
||||
int mm_io_0011_fetch(const char *key, long *out_amount);
|
||||
int mm_io_0011_touch(const char *key, long amount);
|
||||
long mm_io_0011_total(const char *biz_date);
|
||||
|
||||
#endif /* MM_IO_0011_H */
|
||||
Reference in a new issue