root/GnuDevelopmentTools/src/hello_allinone.c
| Revision 7, 135 bytes (checked in by wataru, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | extern int printf(const char *format, ...); |
| 2 | |
| 3 | #define MESSAGE "Hello, world!" |
| 4 | |
| 5 | int main() { |
| 6 | printf("%s\n", MESSAGE); |
| 7 | return 123; |
| 8 | } |
Note: See TracBrowser for help on using the browser.
