Next:
Writing Larger Programs
Up:
The C Preprocessor
Previous:
#if - Conditional inclusion
Exercises
Define a preprocessor macro
swap(t, x, y)
that will swap two arguments
x
and
y
of a given type
t
.