Skip to content

zpreisler/lib

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Utility library

license

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