_Maintenant_, c'est du C standard.
This commit is contained in:
parent
e79b76b4e9
commit
9fbd74c019
1 changed files with 5 additions and 3 deletions
|
@ -645,9 +645,10 @@ langage C (pour les litt
|
||||||
<PRE>
|
<PRE>
|
||||||
#include &lt;stdio.h&gt;
|
#include &lt;stdio.h&gt;
|
||||||
|
|
||||||
int main()
|
int main(void)
|
||||||
{
|
{
|
||||||
printf("Hello, world!\n");
|
printf("Hello, world!\n");
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
</PRE>
|
</PRE>
|
||||||
</pre>
|
</pre>
|
||||||
|
@ -657,9 +658,10 @@ int main()
|
||||||
<pre>
|
<pre>
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
int main()
|
int main(void)
|
||||||
{
|
{
|
||||||
printf("Hello, world!\n");
|
printf("Hello, world!\n");
|
||||||
|
return 0;
|
||||||
}
|
}
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
@ -940,7 +942,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:53:58 $" />.</div>
|
modification : <date value="$Date: 2004-02-20 13:57:18 $" />.</div>
|
||||||
|
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Add table
Reference in a new issue