From 7e341fb171e360e7b1218fd2003e6a1d27863120 Mon Sep 17 00:00:00 2001 From: irungentoo Date: Mon, 24 Jun 2013 08:28:19 -0400 Subject: Now compiles. Functions starting to take form. --- testing/DHT_test.c | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 testing/DHT_test.c (limited to 'testing') diff --git a/testing/DHT_test.c b/testing/DHT_test.c new file mode 100644 index 00000000..8c5d2cac --- /dev/null +++ b/testing/DHT_test.c @@ -0,0 +1,17 @@ +/* DHT test + * A file with a main that runs our DHT for testing. + * + * Compile with: gcc -Wall -o test ../core/DHT.c DHT_test.c + */ + +#include "../core/DHT.h" + +#define PORT 45344 + +int main() +{ + + + + return 0; +} \ No newline at end of file -- cgit v1.2.3