Left off on exercice 4-14
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
/*
|
||||
*
|
||||
* Exercise 4-14. Define a macro swap(t,x,y) that interchanges two arguments of type t.
|
||||
*
|
||||
* Author: Kun Deng
|
||||
*/
|
||||
|
||||
|
||||
// Macro definition
|
||||
// #define swap(t, x, y)
|
||||
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user