argv parser and usage screen generator
Find a file
2025-06-24 10:51:57 +00:00
src/internal/argv Make argv.h available from within its own repository; see also the README file. 2025-06-24 10:51:57 +00:00
COPYING.ARGV Make argv.h available from within its own repository; see also the README file. 2025-06-24 10:51:57 +00:00
README Make argv.h available from within its own repository; see also the README file. 2025-06-24 10:51:57 +00:00

argv.h: a thread-safe argument vector parser and usage screen generator
-----------------------------------------------------------------------

* a powerful, compiler-grade, table-based argument vector parser
  and usage screen generator.

* the default argv parser in midipix cross-platform-, toolchain-, and
  framework-native projects (perk, slibtool, ntux, etc.).

* originally developed for the perk project (https://git.foss21.org/perk).

* see the perk project for the complete development history.