swap
swap(char *buf_p, int cnt)
swap(void **a, void **b)
#define swap(x) (((x >> 8) & 0377) + 256 * (x & 0377))
#define swap(x) (((x >> 8) & 0377) + 256 * (x & 0377))
#define swap(a, b) { \
#define swap(_a, _b, _size) { \