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
- Host: GitHub
- URL: https://github.com/gottox/cextras
- Owner: Gottox
- License: bsd-2-clause
- Created: 2023-07-25T09:49:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-06T07:26:27.000Z (almost 2 years ago)
- Last Synced: 2025-01-21T21:24:23.421Z (over 1 year ago)
- Topics: c, hacktoberfest, library, utility
- Language: C
- Homepage:
- Size: 420 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```