diff options
-rw-r--r-- | README.md | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -1,11 +1,11 @@ simple-opt ========== -simple-opt.h is a single header file which implements a 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. +[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 +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. what follows is a simple example usage. refer to [interface.md](doc/interface.md) for more detail. |