lightning-sys 0.2.2

GNU lightning bindings for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
#ifndef LIGHTNING_SYS_H
#define LIGHTNING_SYS_H

int lgsys_jit_r(int n);
int lgsys_jit_v(int n);
int lgsys_jit_f(int n);

int lgsys_JIT_R_NUM(void);
int lgsys_JIT_V_NUM(void);
int lgsys_JIT_F_NUM(void);

extern const int lgsys_JIT_FP;
#endif