forked from pn8rjlxip/StudentSystem
函数
parent
288c343d27
commit
dfc428266a
@ -0,0 +1,7 @@
|
|||||||
|
void SwapFloat(float *x, float *y)
|
||||||
|
{
|
||||||
|
float temp;
|
||||||
|
temp = *x;
|
||||||
|
*x = *y;
|
||||||
|
*y = temp;
|
||||||
|
}
|
Loading…
Reference in new issue