Maintenant hello.c est du C99.
This commit is contained in:
parent
f4cf328b6e
commit
e79b76b4e9
1 changed files with 3 additions and 3 deletions
|
@ -645,7 +645,7 @@ langage C (pour les litt
|
||||||
<PRE>
|
<PRE>
|
||||||
#include &lt;stdio.h&gt;
|
#include &lt;stdio.h&gt;
|
||||||
|
|
||||||
main()
|
int main()
|
||||||
{
|
{
|
||||||
printf("Hello, world!\n");
|
printf("Hello, world!\n");
|
||||||
}
|
}
|
||||||
|
@ -657,7 +657,7 @@ main()
|
||||||
<pre>
|
<pre>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue