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
13
app/include/py_h_0004.h
Normal file
13
app/include/py_h_0004.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* py_h_0004.h - 지급 내부 헬퍼 선언
|
||||
*/
|
||||
#ifndef PY_H_0004_H
|
||||
#define PY_H_0004_H
|
||||
|
||||
#include "txcore.h"
|
||||
|
||||
int py_h_0004_check(const char *key, long amount);
|
||||
int py_h_0004_apply(TXBUF *in, TXBUF *out);
|
||||
long py_h_0004_eval(long amount, int factor);
|
||||
|
||||
#endif /* PY_H_0004_H */
|
||||
Reference in a new issue