coppino/coppino.h

14 lines
182 B
C
Raw Normal View History

2019-12-23 13:13:13 +00:00
#ifndef COPPINO_H
#define COPPINO_H
#include "ipv6.h"
namespace coppino {
const uint8_t LEN = 128;
void handler(void);
void hexdump(const char* pointer, int len);
}
#endif