libostd/ostd/argparse.hh

13 lines
199 B
C++
Raw Normal View History

2015-09-22 21:23:59 +02:00
/* 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