68ca649688
Made an include directory to avoid naming conflicts with other projects. Also added a Makefile to help with building the library and testing application. Note: This does not build due to what appears to be a missing codec.h file.
8 lines
101 B
C
8 lines
101 B
C
#include "multiaddr/varint.h"
|
|
|
|
|
|
DEFN_ENCODER(32)
|
|
DEFN_DECODER(32)
|
|
|
|
DEFN_ENCODER(64)
|
|
DEFN_DECODER(64)
|