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

13 lines
283 B
C

/*
* cm_h_0011.h - 공통 내부 헬퍼 선언
*/
#ifndef CM_H_0011_H
#define CM_H_0011_H
#include "txcore.h"
int cm_h_0011_check(const char *key, long amount);
int cm_h_0011_apply(TXBUF *in, TXBUF *out);
long cm_h_0011_eval(long amount, int factor);
#endif /* CM_H_0011_H */