WARNING
#define WARNING(x...) fprintf(stderr, x)
#define WARNING "Shortcuts warning"
#define WARNING(x...) { __out(DEBUG_APP ": " x); }