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