google-tests-conan-sample/includes/algos.h

7 lines
66 B
C

#ifndef algos
#define algos
void swap(char* a, char* b);
#endif