1 2 3 4 5 6 7 8 9 10
#ifndef WILLOWC_INCLUDE_DRIVER_HPP #define WILLOWC_INCLUDE_DRIVER_HPP namespace willowc { int willowc_main(int argc, char **argv); } #endif // WILLOWC_INCLUDE_DRIVER_HPP