This repository has been archived on 2026-07-19. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
acquire-core-full/app/include/vl_h_0010.h

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 */