cmpsc330hw4/utils.h

5 lines
75 B
C
Raw Normal View History

2024-11-20 01:04:51 +00:00
#ifndef UTILS_H
#define UTILS_H
char toLowerCase(char c);
#endif //UTILS_H