OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-old/] [newlib-1.17.0/] [libgloss/] [m68k/] [test.c] - Diff between revs 158 and 816

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

Rev 158 Rev 816
extern int led_putnum();
extern int led_putnum();
extern char print(),putnum();
extern char print(),putnum();
 
 
#include <stdio.h>
#include <stdio.h>
 
 
main()
main()
{
{
  char buf[20];
  char buf[20];
 
 
  outbyte ('&');
  outbyte ('&');
  outbyte ('@');
  outbyte ('@');
  outbyte ('$');
  outbyte ('$');
  outbyte ('%');
  outbyte ('%');
  print ("FooBar\r\n");
  print ("FooBar\r\n");
 
 
#if 0
#if 0
  write (2, "Enter 5 characters... ", 24);
  write (2, "Enter 5 characters... ", 24);
  read (0, buf, 5);
  read (0, buf, 5);
  print (buf);
  print (buf);
  print ("\r\n");
  print ("\r\n");
#endif
#endif
 
 
  /* whew, we made it */
  /* whew, we made it */
  print ("\r\nDone...\r\n");
  print ("\r\nDone...\r\n");
  fflush(stdout);
  fflush(stdout);
}
}
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.