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/cm_h_0015.h
Normal file
13
app/include/cm_h_0015.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* cm_h_0015.h - 공통 내부 헬퍼 선언
|
||||
*/
|
||||
#ifndef CM_H_0015_H
|
||||
#define CM_H_0015_H
|
||||
|
||||
#include "txcore.h"
|
||||
|
||||
int cm_h_0015_check(const char *key, long amount);
|
||||
int cm_h_0015_apply(TXBUF *in, TXBUF *out);
|
||||
long cm_h_0015_eval(long amount, int factor);
|
||||
|
||||
#endif /* CM_H_0015_H */
|
||||
Reference in a new issue