/* $OpenBSD: outln.c,v 1.1 1996/05/07 11:25:10 deraadt Exp $ */ /* * bug routines -- assumes that the necessary sections of memory * are preserved. */ #include #include void mvmeprom_outln(start, end) char *start, *end; { MVMEPROM_ARG1(start); MVMEPROM_ARG1(end); MVMEPROM_CALL(MVMEPROM_OUTSTRCRLF); }