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/mm_h_0006.h
Normal file
13
app/include/mm_h_0006.h
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* mm_h_0006.h - 마스터 내부 헬퍼 선언
|
||||
*/
|
||||
#ifndef MM_H_0006_H
|
||||
#define MM_H_0006_H
|
||||
|
||||
#include "txcore.h"
|
||||
|
||||
int mm_h_0006_check(const char *key, long amount);
|
||||
int mm_h_0006_apply(TXBUF *in, TXBUF *out);
|
||||
long mm_h_0006_eval(long amount, int factor);
|
||||
|
||||
#endif /* MM_H_0006_H */
|
||||
Reference in a new issue