mirror of
https://github.com/etaHEN/etaHEN.git
synced 2026-01-15 04:23:20 +08:00
11 lines
168 B
C
11 lines
168 B
C
#ifndef DEBUG_LOG_H
|
|
#define DEBUG_LOG_H
|
|
|
|
extern int g_debug_sock;
|
|
|
|
#define SOCK_LOG(format, ...)
|
|
|
|
void DumpHex(const void* data, size_t size);
|
|
|
|
#endif // DEBUG_LOG_H
|