https://github.com/tangentecode/ctype-replica
Clone of some function in the ctype library
https://github.com/tangentecode/ctype-replica
c just-for-fun test
Last synced: 11 months ago
JSON representation
Clone of some function in the ctype library
- Host: GitHub
- URL: https://github.com/tangentecode/ctype-replica
- Owner: tangentecode
- License: mit
- Created: 2025-01-13T16:46:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-13T17:46:02.000Z (over 1 year ago)
- Last Synced: 2025-01-28T15:24:57.876Z (over 1 year ago)
- Topics: c, just-for-fun, test
- Language: C
- Homepage:
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ctype-replica
Clone of some function in the ctype library
## Installation
**Just download and compile the code**
## Features
- _is_upper():_ Checks if a character is uppercase
- _is_lower():_ Checks if a character is lowercase
- _to_upper():_ Converts a lowercase character to the uppercase variant
- _to_lower():_ Converts a uppercase character to the lowercase variant