Skip to content

Brex12/ToUpper-ToLower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

ToUpper-ToLower

I recreated the two string functions toupper and tolower which you find in the standard lib ctype.h. toupper converts a lowercase char to a uppercase char and tolower converts a uppercase char to a lowercase char. I only wrote this for educational porpuses. You can use this code snippet for your own code or for trying to understand C basics.

Have fun!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages