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

13 lines
283 B
C

/*
* cl_h_0004.h - 마감 내부 헬퍼 선언
*/
#ifndef CL_H_0004_H
#define CL_H_0004_H
#include "txcore.h"
int cl_h_0004_check(const char *key, long amount);
int cl_h_0004_apply(TXBUF *in, TXBUF *out);
long cl_h_0004_eval(long amount, int factor);
#endif /* CL_H_0004_H */