This repository has been archived on 2026-07-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
acquire-core-full/app/include/mm_h_0014.h

13 lines
286 B
C

/*
* mm_h_0014.h - 마스터 내부 헬퍼 선언
*/
#ifndef MM_H_0014_H
#define MM_H_0014_H
#include "txcore.h"
int mm_h_0014_check(const char *key, long amount);
int mm_h_0014_apply(TXBUF *in, TXBUF *out);
long mm_h_0014_eval(long amount, int factor);
#endif /* MM_H_0014_H */