BitLab 0.1.0
BitLab: A Browser for the Bitcoin P2P Network and Blockchain
Loading...
Searching...
No Matches
bitlab.h
Go to the documentation of this file.
1#ifndef __BITLAB_H
2#define __BITLAB_H
3
9
17bitlab_result run_bitlab(int argc, char* argv[]);
18
19#endif // __BITLAB_H
bitlab_result run_bitlab(int argc, char *argv[])
Run the BitLab program.
Definition bitlab.c:13
bitlab_result
Definition bitlab.h:5
@ BITLAB_RESULT_SUCCESS
Definition bitlab.h:6
@ BITLAB_RESULT_FAILURE
Definition bitlab.h:7