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
4
typedef
enum
5
{
6
BITLAB_RESULT_SUCCESS
,
7
BITLAB_RESULT_FAILURE
8
}
bitlab_result
;
9
17
bitlab_result
run_bitlab
(
int
argc,
char
* argv[]);
18
19
#endif
// __BITLAB_H
run_bitlab
bitlab_result run_bitlab(int argc, char *argv[])
Run the BitLab program.
Definition
bitlab.c:13
bitlab_result
bitlab_result
Definition
bitlab.h:5
BITLAB_RESULT_SUCCESS
@ BITLAB_RESULT_SUCCESS
Definition
bitlab.h:6
BITLAB_RESULT_FAILURE
@ BITLAB_RESULT_FAILURE
Definition
bitlab.h:7
bitlab
include
bitlab.h
Generated by
1.9.8