I need to define a macro in C that does the following.
swap_m(t,x,y) interchanges the two arguments x, y of type t.
I'm not really sure how to set x and y to type t. It could be really simple, but I'm new to C and not really sure how to do this.