returnChar
#define returnChar(code) TRACE_RETURN(code,char)
#define returnChar(code) return ((char) code)