source:
soft/tp8/enonce/main.c
@
9
Last change on this file since 9 was 7, checked in by , 14 years ago | |
---|---|
File size: 128 bytes |
Rev | Line | |
---|---|---|
[7] | 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.