7 lines
66 B
C
7 lines
66 B
C
|
#ifndef algos
|
||
|
#define algos
|
||
|
|
||
|
void swap(char* a, char* b);
|
||
|
|
||
|
#endif
|