/* * ac_h_0012.h - 매입 내부 헬퍼 선언 */ #ifndef AC_H_0012_H #define AC_H_0012_H #include "txcore.h" int ac_h_0012_check(const char *key, long amount); int ac_h_0012_apply(TXBUF *in, TXBUF *out); long ac_h_0012_eval(long amount, int factor); #endif /* AC_H_0012_H */