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

13 lines
283 B
C

/*
* rc_h_0005.h - 대사 내부 헬퍼 선언
*/
#ifndef RC_H_0005_H
#define RC_H_0005_H
#include "txcore.h"
int rc_h_0005_check(const char *key, long amount);
int rc_h_0005_apply(TXBUF *in, TXBUF *out);
long rc_h_0005_eval(long amount, int factor);
#endif /* RC_H_0005_H */