add argparse.hh initial skeleton

master
Daniel Kolesa 2015-09-22 20:23:59 +01:00
parent 0c26f0c94e
commit 0c09c709b5
1 changed files with 13 additions and 0 deletions

13
ostd/argparse.hh 100644
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