13 lines
286 B
C
13 lines
286 B
C
/*
|
|
* vl_h_0010.h - 정합성 내부 헬퍼 선언
|
|
*/
|
|
#ifndef VL_H_0010_H
|
|
#define VL_H_0010_H
|
|
|
|
#include "txcore.h"
|
|
|
|
int vl_h_0010_check(const char *key, long amount);
|
|
int vl_h_0010_apply(TXBUF *in, TXBUF *out);
|
|
long vl_h_0010_eval(long amount, int factor);
|
|
|
|
#endif /* VL_H_0010_H */
|