mattiadg / c-argparse

A simple argument parser for C to make some practice with the language

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

c-argparse

A simple argument parser for C to make some practice with the language

The goal of this project is to write a simpler version of python's argparse library in C.

About

A simple argument parser for C to make some practice with the language

License:MIT License


Languages

Language:C 95.5%Language:Makefile 4.5%