13 lines
283 B
C
13 lines
283 B
C
/*
|
|
* ac_h_0008.h - 매입 내부 헬퍼 선언
|
|
*/
|
|
#ifndef AC_H_0008_H
|
|
#define AC_H_0008_H
|
|
|
|
#include "txcore.h"
|
|
|
|
int ac_h_0008_check(const char *key, long amount);
|
|
int ac_h_0008_apply(TXBUF *in, TXBUF *out);
|
|
long ac_h_0008_eval(long amount, int factor);
|
|
|
|
#endif /* AC_H_0008_H */
|