Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 123 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 123 Bytes

Exercise 4-14

Define a macro swap(t, x, y) that interchanges two arguments of type t.

(Block structure will help.)