| Issue 1: | parameter alignement | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Parameter alignement don't work.
==Example==
This sample of code will pass but they are an error :
void main(int argc,
char* argv[])
{
return (0);
}
|