cmpsc330hw4/utils.h
Sandipsinh Rathod 4d69307f8c cleanup
2024-11-19 20:04:51 -05:00

5 lines
75 B
C

#ifndef UTILS_H
#define UTILS_H
char toLowerCase(char c);
#endif //UTILS_H