Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
my_swap.c
SUBMITTED BY:
Guest
DATE:
Nov. 29, 2013, 6:38 p.m.
FORMAT:
Text only
SIZE:
99 Bytes
Raw
Download
Tweet
HITS:
760
Go to comments
Report
int my_swap(int *a, int *b)
{
int c;
c = *a;
*a = *b;
*b = c;
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus