7 lines
111 B
C
7 lines
111 B
C
/**
|
|
* An implementation of an IPFS node
|
|
* Copying the go-ipfs-node project
|
|
*/
|
|
|
|
#include "ipfs/node/node.h"
|
|
|