From 0c09c709b50e431a45be7997d2fcdd8ab2489ada Mon Sep 17 00:00:00 2001 From: q66 Date: Tue, 22 Sep 2015 20:23:59 +0100 Subject: [PATCH] add argparse.hh initial skeleton --- ostd/argparse.hh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ostd/argparse.hh diff --git a/ostd/argparse.hh b/ostd/argparse.hh new file mode 100644 index 0000000..07e7d3f --- /dev/null +++ b/ostd/argparse.hh @@ -0,0 +1,13 @@ +/* Argument parser. + * + * This file is part of OctaSTD. See COPYING.md for futher information. + */ + +#ifndef OSTD_ARGPARSE_HH +#define OSTD_ARGPARSE_HH + +namespace ostd { + +} /* namespace ostd */ + +#endif \ No newline at end of file