blob: 229a5cd4ab378243328b810e3260569962e00372 [file] [log] [blame]
void bc_main(void) {
unsigned int flags;
flags = (unsigned int) toys.optflags;
toys.exitval = (char) bc_exec(flags, toys.optc, (const char**) toys.optargs);
}