debug 매크로

#define DEBUG(fmt, arg...)          fprintf(stderr, " [%s(), %s:%u] " fmt, __FUNCTION__, __FILE__, __LINE__, ## arg)