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

13 lines
283 B
C

/*
* py_h_0016.h - 지급 내부 헬퍼 선언
*/
#ifndef PY_H_0016_H
#define PY_H_0016_H
#include "txcore.h"
int py_h_0016_check(const char *key, long amount);
int py_h_0016_apply(TXBUF *in, TXBUF *out);
long py_h_0016_eval(long amount, int factor);
#endif /* PY_H_0016_H */