diff options
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2,7 +2,7 @@ simple-opt ========== [simple-opt.h](src/simple-opt.h) is a single header file which implements a -simple, flexible and portable version of command line option parsing for +simple, flexible, and portable version of command line option parsing for programs written in C. it is designed to be (hopefully) intuitive while also being (hopefully) more powerful than traditional getopt or similar. it has no dependencies outside the standard library and is C99 compatible. |