/* * vl_h_0006.h - 정합성 내부 헬퍼 선언 */ #ifndef VL_H_0006_H #define VL_H_0006_H #include "txcore.h" int vl_h_0006_check(const char *key, long amount); int vl_h_0006_apply(TXBUF *in, TXBUF *out); long vl_h_0006_eval(long amount, int factor); #endif /* VL_H_0006_H */