source:
trunk/libs/newlib/src/libgloss/mips/test.c
@
546
Last change on this file since 546 was 444, checked in by , 6 years ago | |
---|---|
File size: 144 bytes |
Line | |
---|---|
1 | main() |
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.