clix
Single-header file CLI libraries for C
Loading...
Searching...
No Matches
README

License: MIT

GitHub

Single-header file CLI libraries for C

The list:

How to Use

Simply copy-paste any header you want to your C project.

In your main source file define {HEADER_NAME}_IMPLEMENTATION and then include it, for example:

#define ARGS_IMPLEMENTATION
#include "args.h"

Documentation

For detailed API documentation, see the Doxygen documentation. Alternatively, you can review the inline documentation in the header files.

Contributing

Feel free to contribute to this project by opening issues, suggesting features or submitting pull requests.

License

This project is licensed under the MIT License - see the LICENSE file for details.