From 03261851a10dd2d6900a0a00a7515a0a46fb5d76 Mon Sep 17 00:00:00 2001 From: Ranjith Kumaran Date: Fri, 17 Mar 2000 22:48:54 +0000 Subject: 20000317 sourceware import --- libgloss/m68k/test.c | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 libgloss/m68k/test.c (limited to 'libgloss/m68k/test.c') diff --git a/libgloss/m68k/test.c b/libgloss/m68k/test.c new file mode 100644 index 000000000..d84045d60 --- /dev/null +++ b/libgloss/m68k/test.c @@ -0,0 +1,26 @@ +extern int led_putnum(); +extern char print(),putnum(); + +#include + +main() +{ + char buf[20]; + + outbyte ('&'); + outbyte ('@'); + outbyte ('$'); + outbyte ('%'); + print ("FooBar\r\n"); + +#if 0 + write (2, "Enter 5 characters... ", 24); + read (0, buf, 5); + print (buf); + print ("\r\n"); +#endif + + /* whew, we made it */ + print ("\r\nDone...\r\n"); + fflush(stdout); +} -- cgit v1.2.3