Skip to content

version 1.0

Latest
Compare
Choose a tag to compare
@zpreisler zpreisler released this 29 Oct 20:58

version 1.0 of the C programming 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