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