13 lines
283 B
C
13 lines
283 B
C
/*
|
|
* py_h_0012.h - 지급 내부 헬퍼 선언
|
|
*/
|
|
#ifndef PY_H_0012_H
|
|
#define PY_H_0012_H
|
|
|
|
#include "txcore.h"
|
|
|
|
int py_h_0012_check(const char *key, long amount);
|
|
int py_h_0012_apply(TXBUF *in, TXBUF *out);
|
|
long py_h_0012_eval(long amount, int factor);
|
|
|
|
#endif /* PY_H_0012_H */
|