c_trace returns a distance, not a pointer.
"you" is set automatically to the hit entity. (if any)

(besides: c_trace(target.x, target.x, IGNORE_ME) traces just one quant (if target is defined))


c_trace(my.x, target.x, IGNORE_ME); // if target is a defined (and not nonsens)
if(you){....}