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

https://github.com/gottox/cextras

Utilitylibrary for commonly needed C functions
https://github.com/gottox/cextras

c hacktoberfest library utility

Last synced: over 1 year ago
JSON representation

Utilitylibrary for commonly needed C functions

Awesome Lists containing this project

README

          

# cextras

A set of generic functions that can be used in multiple projects.

# Usage

subproject/cextras.wrap:
```ini
[wrap-git]
url=https://github.com/Gottox/cextras.git
revision=main
depth=1

[provide]
cextras=cextras_dep
testlib=testlib_dep
```