| Issue 2: | Variable alignement | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Alignment between parameter and variables don't work.
Example : This code pass but they are a mistake :
int main(void)
{
int a = 1;
return (a);
}
|