https://github.com/alepacho/ctype2
https://github.com/alepacho/ctype2
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/alepacho/ctype2
- Owner: Alepacho
- License: mit
- Created: 2023-07-13T14:09:13.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-07-13T14:09:16.000Z (almost 3 years ago)
- Last Synced: 2025-03-01T04:41:43.080Z (over 1 year ago)
- Language: C
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CTYPE 2
This is a small header-only extension of [ctype.h](https://cplusplus.com/reference/cctype/).
## USAGE
```c
#define CTYPE2_IMPLEMENTATION
#include "ctype2.h"
```
## TODO:
* implement `isdouble`
* implement `ishex`