/* * cl_h_0012.h - 마감 내부 헬퍼 선언 */ #ifndef CL_H_0012_H #define CL_H_0012_H #include "txcore.h" int cl_h_0012_check(const char *key, long amount); int cl_h_0012_apply(TXBUF *in, TXBUF *out); long cl_h_0012_eval(long amount, int factor); #endif /* CL_H_0012_H */