source:
trunk/libs/newlib/src/libgloss/mips/test.c
@
638
| Last change on this file since 638 was 444, checked in by , 8 years ago | |
|---|---|
| File size: 144 bytes | |
| Rev | Line | |
|---|---|---|
| [444] | 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.
