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

13 lines
283 B
C

/*
* ac_h_0012.h - 매입 내부 헬퍼 선언
*/
#ifndef AC_H_0012_H
#define AC_H_0012_H
#include "txcore.h"
int ac_h_0012_check(const char *key, long amount);
int ac_h_0012_apply(TXBUF *in, TXBUF *out);
long ac_h_0012_eval(long amount, int factor);
#endif /* AC_H_0012_H */