/* * lg_h_0001.h - 원장 내부 헬퍼 선언 */ #ifndef LG_H_0001_H #define LG_H_0001_H #include "txcore.h" int lg_h_0001_check(const char *key, long amount); int lg_h_0001_apply(TXBUF *in, TXBUF *out); long lg_h_0001_eval(long amount, int factor); #endif /* LG_H_0001_H */