Skip to content

small C utility library macros and functions for char handling. e.g. conversion or checks for hex, digits and ascii values

License

Notifications You must be signed in to change notification settings

mofosyne/char-utils.h

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

char-utils

Version 0.4.0 License: MIT C CI/CD Status Badge

Pull Requests and Contributions are Welcomed

Small C utility library macros and functions for char handling. e.g. conversion or checks for hex, digits and ascii values

You are encourage to copy and paste snippets as you need in your project, but you can install it as a normal C header file as well!

Note that some of these macro already have a C standard library equvalent, so you are encourage to use C standard library function for portability.

Usage

The library consists of one header file, easily integrated into your project manually or via clib

clib install mofosyne/char-utils.h

or copy these files manually to your source folder:

char-utils.h

About

small C utility library macros and functions for char handling. e.g. conversion or checks for hex, digits and ascii values

Resources

License

Stars

Watchers

Forks

Packages

No packages published