/*-------------------------------------------------- header file for function swap created by st10 at Mon Apr 30 10:58:04 PDT 2007 --------------------------------------------------*/ #ifndef swap_H #define swap_H void swap(int& val1, int& val2); #endif