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

13 lines
289 B
C

/*
* au_h_0003.h - 승인한도 내부 헬퍼 선언
*/
#ifndef AU_H_0003_H
#define AU_H_0003_H
#include "txcore.h"
int au_h_0003_check(const char *key, long amount);
int au_h_0003_apply(TXBUF *in, TXBUF *out);
long au_h_0003_eval(long amount, int factor);
#endif /* AU_H_0003_H */