source: trunk/libs/newlib/src/libgloss/mips/test.c @ 444

Last change on this file since 444 was 444, checked in by satin@…, 6 years ago

add newlib,libalmos-mkh, restructure shared_syscalls.h and mini-libc

File size: 144 bytes
Line 
1main()
2{
3  outbyte ('&');
4  outbyte ('@');
5  outbyte ('$');
6  outbyte ('%');
7
8  /* whew, we made it */
9 
10  print ("\r\nDone...");
11
12  return;
13}
Note: See TracBrowser for help on using the repository browser.