C语言初学者,请问这是啥意思,有啥子用呀

int m;
m = *a;
*a = *b;
*b = m;