source:
trunk/libs/newlib/src/libgloss/mips/test.c
@
523
| Last change on this file since 523 was 444, checked in by , 7 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.
