source: soft/tp8/enonce/main.c @ 7

Last change on this file since 7 was 7, checked in by alain, 14 years ago

fichiers tp12

File size: 128 bytes
Line 
1
2#include "stdio.h"
3
4int 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.