From 98ab1d968030494fbfbe3688929b761382b28b09 Mon Sep 17 00:00:00 2001 From: Juan Manuel Tomas Date: Thu, 5 Aug 2021 01:18:19 -0300 Subject: Initial Commit --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 README.md (limited to 'README.md') diff --git a/README.md b/README.md new file mode 100644 index 0000000..13f442a --- /dev/null +++ b/README.md @@ -0,0 +1,8 @@ +* Shady Flag Library + +This is a library for parsing command line flags. +Just include the .h file and you're good to go. +Example: +```int hello = flag_int("--testing", 420, " Hello World");``` +This will put on the variable hello the value following the --testing command +line flag, or the default value 420 if the flag is not present. -- cgit v1.2.3