Cradicle Explorer
libflashlight
Info
Issues
Patches
Wallets
Source
Source
docker
src
indexers
bytes.c
bytes.h
chunk.c
chunk.h
debug.c
flashlight.c
flashlight.h
index.c
index.h
indexer.c
indexer.h
lib.c
lib.h
log.c
log.h
lookup.c
lookup.h
node.c
node.h
search.c
search.h
test
vendor
.gitignore
.gitmodules
LICENSE.md
README.md
docker-compose.yml
doxyfile
doxygen-awesome-css
genheader
xmake.lua
/
src
/ flashlight.c
flashlight.c
1
#ifndef FLASHLIGHT
2
#define FLASHLIGHT
3
#include "lib.c"
4
5
#endif