/** * swap.h */ #ifndef __SWAP_H__ #define __SWAP_H__ void swap (char *v[], int i, int j); #endif // __SWAP_H__