_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>
|
||||
#include &lt;stdio.h&gt;
|
||||
|
||||
int main()
|
||||
int main(void)
|
||||
{
|
||||
printf("Hello, world!\n");
|
||||
return 0;
|
||||
}
|
||||
</PRE>
|
||||
</pre>
|
||||
|
@ -657,9 +658,10 @@ int main()
|
|||
<pre>
|
||||
#include <stdio.h>
|
||||
|
||||
int main()
|
||||
int main(void)
|
||||
{
|
||||
printf("Hello, world!\n");
|
||||
return 0;
|
||||
}
|
||||
</pre>
|
||||
|
||||
|
@ -940,7 +942,7 @@ s'il est <em>s
|
|||
</div>
|
||||
|
||||
<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>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Reference in a new issue