An open API service indexing awesome lists of open source software.

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

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