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/lg_h_0013.h

13 lines
283 B
C

/*
* lg_h_0013.h - 원장 내부 헬퍼 선언
*/
#ifndef LG_H_0013_H
#define LG_H_0013_H
#include "txcore.h"
int lg_h_0013_check(const char *key, long amount);
int lg_h_0013_apply(TXBUF *in, TXBUF *out);
long lg_h_0013_eval(long amount, int factor);
#endif /* LG_H_0013_H */