6 #ifndef NET_MACROS_HPP_
7 #define NET_MACROS_HPP_
12 extern void __error__(
const char *fileName,
unsigned long line);
14 #if NET_CFG_DEBUG_ENABLE
15 #define NET_DEBUG LIB_DEBUG
16 #define NET_ASSERT LIB_ASSERT
18 #define NET_DEBUG(level, string, ...)
19 #define NET_ASSERT(condition)