5 lines
75 B
C
5 lines
75 B
C
#ifndef UTILS_H
|
|
#define UTILS_H
|
|
char toLowerCase(char c);
|
|
#endif //UTILS_H
|