From 9b5638459d14a7375471ae98d8bd67b89e00444c Mon Sep 17 00:00:00 2001 From: katherine Date: Sun, 18 Mar 2018 11:50:51 -0700 Subject: add link to simple-opt.h --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a9cf1d8..ccde6d9 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3