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/vl_io_0023.h
Normal file
14
app/include/vl_io_0023.h
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
/*
|
||||
* vl_io_0023.h - 정합성 보조 DBIO 선언 (vl_io_0023.pgc 구현)
|
||||
*/
|
||||
#ifndef VL_IO_0023_H
|
||||
#define VL_IO_0023_H
|
||||
|
||||
#include "txcore.h"
|
||||
|
||||
/* vl_io_0023 전용 조회/갱신 (테이블 vl_io_0023_t) */
|
||||
int vl_io_0023_fetch(const char *key, long *out_amount);
|
||||
int vl_io_0023_touch(const char *key, long amount);
|
||||
long vl_io_0023_total(const char *biz_date);
|
||||
|
||||
#endif /* VL_IO_0023_H */
|
||||
Reference in a new issue