2024-10-30 12:46:37 -07:00

8 lines
66 B
C

#ifndef P6_H
#define P6_H
void str_to_upper(char* str);
#endif