13 lines
283 B
C
13 lines
283 B
C
/*
|
|
* 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 */
|