[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CSwap
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CSwap
(C) swap
void swap (int * a, int * b) { int temp; temp = *a;
- include <cassert>
- a = *b;
- b = tmp;
'swap' links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
