https://github.com/zpreisler/lib
C utility libraries
https://github.com/zpreisler/lib
c libraries
Last synced: over 1 year ago
JSON representation
C utility libraries
- Host: GitHub
- URL: https://github.com/zpreisler/lib
- Owner: zpreisler
- License: mit
- Created: 2018-05-19T03:01:17.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-10-29T20:58:22.000Z (over 7 years ago)
- Last Synced: 2025-01-11T08:51:40.735Z (over 1 year ago)
- Topics: c, libraries
- Language: C
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Utility library

## utils
C programming utility library
allocating memory, errors, opening and closing files, colors, *etc.*
```
cd utils
make
make install
```
## cmdl
Parsing command line arguments and reading arguments from a file
```
cd cmdl
make
make install
```