13 lines
283 B
C
13 lines
283 B
C
/*
|
|
* rc_h_0001.h - 대사 내부 헬퍼 선언
|
|
*/
|
|
#ifndef RC_H_0001_H
|
|
#define RC_H_0001_H
|
|
|
|
#include "txcore.h"
|
|
|
|
int rc_h_0001_check(const char *key, long amount);
|
|
int rc_h_0001_apply(TXBUF *in, TXBUF *out);
|
|
long rc_h_0001_eval(long amount, int factor);
|
|
|
|
#endif /* RC_H_0001_H */
|