add argparse.hh initial skeleton

This commit is contained in:
q66 2015-09-22 20:23:59 +01:00
parent 0c26f0c94e
commit 0c09c709b5

13
ostd/argparse.hh Normal file
View file

@ -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