Maintenant hello.c est du C99.

This commit is contained in:
rineau 2004-02-20 13:53:58 +00:00
parent f4cf328b6e
commit e79b76b4e9

View file

@ -645,7 +645,7 @@ langage C (pour les litt
<PRE> <PRE>
#include <stdio.h> #include <stdio.h>
main() int main()
{ {
printf("Hello, world!\n"); printf("Hello, world!\n");
} }
@ -657,7 +657,7 @@ main()
<pre> <pre>
#include &lt;stdio.h&gt; #include &lt;stdio.h&gt;
main() int main()
{ {
printf("Hello, world!\n"); printf("Hello, world!\n");
} }
@ -940,7 +940,7 @@ s'il est <em>s
</div> </div>
<div class="metainformation">Auteur : Marie-Lan Nguyen. Dernière <div class="metainformation">Auteur : Marie-Lan Nguyen. Dernière
modification : <date value="$Date: 2004-02-20 13:30:50 $" />.</div> modification : <date value="$Date: 2004-02-20 13:53:58 $" />.</div>
</body> </body>
</html> </html>