/* * cm_h_0007.h - 공통 내부 헬퍼 선언 */ #ifndef CM_H_0007_H #define CM_H_0007_H #include "txcore.h" int cm_h_0007_check(const char *key, long amount); int cm_h_0007_apply(TXBUF *in, TXBUF *out); long cm_h_0007_eval(long amount, int factor); #endif /* CM_H_0007_H */