summaryrefslogtreecommitdiff
path: root/willow/tools/willowc/include/driver.hpp
blob: 028adc7f6de57b120b01fe5ad5a54ea2b6881b98 (plain)
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