0xfadead / havarg

A basic library for processing command line arguments in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Havarg

A simple command argument parser.

CodeFactor

Deprecation notice

This library never really worked and is currently being rewritten.

Building

Linux

Arch Linux

$ sudo pacman -S base-devel git
$ git clone https://github.com/0xfadead/havarg.git && cd havarg
$ make

Debian / Ubuntu

$ sudo apt install build-essential git
$ git clone https://github.com/0xfadead/havarg.git && cd havarg
$ make

About

A basic library for processing command line arguments in C.


Languages

Language:C 95.7%Language:Makefile 4.3%