2025-07-16 23:53:19 -07:00

2 lines
67 B
C

void int_swap(int* a, int* b);
void float_swap(float* a, float* b);