Go to the documentation of this file.
24 #ifndef _LIBNFC_MESSAGES_H_
25 # define _LIBNFC_MESSAGES_H_
34 # define DBG(...) do { \
35 warnx ("DBG %s:%d", __FILE__, __LINE__); \
36 warnx (" " __VA_ARGS__ ); \
42 # define WARN(...) warnx ("WARNING: " __VA_ARGS__ )
43 # define ERR(...) warnx ("ERROR: " __VA_ARGS__ )
45 #endif // _LIBNFC_MESSAGES_H_