root/GnuDevelopmentTools/src/header.c
| Revision 7, 104 bytes (checked in by wataru, 5 years ago) |
|---|
| Line | |
|---|---|
| 1 | #include <stdio.h> |
| 2 | #include "header.h" |
| 3 | |
| 4 | int main() { |
| 5 | printf("My name is %s.\n", NAME); |
| 6 | return 0; |
| 7 | } |
Note: See TracBrowser for help on using the browser.
