/* * ac_h_0004.h - 매입 내부 헬퍼 선언 */ #ifndef AC_H_0004_H #define AC_H_0004_H #include "txcore.h" int ac_h_0004_check(const char *key, long amount); int ac_h_0004_apply(TXBUF *in, TXBUF *out); long ac_h_0004_eval(long amount, int factor); #endif /* AC_H_0004_H */