Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jaszlo/c_argparse

Lightweight relatively self contained arg parsing tool for CLIs.
https://github.com/jaszlo/c_argparse

Last synced: about 1 month ago
JSON representation

Lightweight relatively self contained arg parsing tool for CLIs.

Awesome Lists containing this project

README

        

# Lightweight argument parser

This is a small argument parser that allows for simple
command line interfaces to be build. It provides a minimalistic
interface to parse **integers (binary, decimal or hex), floating-point numbers,
strings and file paths**.

It comes with some additional functionality in order to be testet but can be used as
a dynamic library. To build that simply run `make lib`.

This should yield the file `argparse.so`.

For examples of usage see the [test cases](./src/test.c)