#ifndef WILLOWC_INCLUDE_DRIVER_HPP #define WILLOWC_INCLUDE_DRIVER_HPP namespace willowc { int willowc_main(int argc, char **argv); } #endif // WILLOWC_INCLUDE_DRIVER_HPP