8 lines
66 B
C
8 lines
66 B
C
#ifndef P6_H
|
|
#define P6_H
|
|
|
|
void str_to_upper(char* str);
|
|
|
|
#endif
|
|
|