Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/alepacho/ctype2


https://github.com/alepacho/ctype2

Last synced: 13 days ago
JSON representation

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`