I changed so much its basically a new project

This commit is contained in:
LinlyBoi
2023-08-22 22:31:37 +03:00
parent 1d17c5c73a
commit 0f9928b611

View File

@@ -64,7 +64,7 @@ char *append(char *str, char c)
}
/**
* string_toupper - changes all lowercase letters of a string
* str_up - changes all lowercase letters of a string
* to uppercase
* @s: string to modify
*