5 lines
44 B
C
5 lines
44 B
C
extern int x;
|
|
void foo (void)
|
|
{
|
|
x = 24;
|
|
}
|
Attention des changements sont bientôt à prévoir sur l'instance gitea d'Aurore :
extern int x;
|
|
void foo (void)
|
|
{
|
|
x = 24;
|
|
}
|