/* * vl_h_0014.h - 정합성 내부 헬퍼 선언 */ #ifndef VL_H_0014_H #define VL_H_0014_H #include "txcore.h" int vl_h_0014_check(const char *key, long amount); int vl_h_0014_apply(TXBUF *in, TXBUF *out); long vl_h_0014_eval(long amount, int factor); #endif /* VL_H_0014_H */