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