Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alepacho/ctype2
https://github.com/alepacho/ctype2
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alepacho/ctype2
- Owner: Alepacho
- License: mit
- Created: 2023-07-13T14:09:13.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-13T14:09:16.000Z (over 1 year ago)
- Last Synced: 2024-11-12T18:06:23.150Z (2 months 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`