chiark / gitweb /
segment labelling work-in-progress - yet to do are labels and graph colouring
[trains.git] / hostside / multiplex.c
1 void vbadcmd(ParseState *ps, const char *fmt, va_list al) {
2   voerror(&ps->ci->out,fmt,al);
3 }
4