source:
soft/tp8/enonce/main.c
@
8
Last change on this file since 8 was 7, checked in by , 14 years ago | |
---|---|
File size: 128 bytes |
Line | |
---|---|
1 | |
2 | #include "stdio.h" |
3 | |
4 | int main() |
5 | { |
6 | volatile char byte; |
7 | char str[] = "\n hello world! \n"; |
8 | |
9 | /* TODO */ |
10 | |
11 | } // end main |
Note: See TracBrowser
for help on using the repository browser.