#include "waforth.h" int main(int argc, char** argv) { waforth_init(); return 0; }