update code

This commit is contained in:
Nick Peng
2018-05-19 22:48:14 +08:00
parent 3ee4bc1dbf
commit 9584d1d082
11 changed files with 1193 additions and 722 deletions

8
util.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef SMART_DNS_UTIL_H
#define SMART_DNS_UTIL_H
unsigned long get_tick_count();
#endif