<div dir="ltr"><div>Hello,<br><br>When I use clang to compile this file:<br>```<br></div><div>#include <stdio.h><br><br>int index;<br>int main(int argc, char **argv)<br>{<br>    puts("hello");<br>    return 0;<br>

}<br>```<br>I got the error: redefinition of 'index' as different kind of symbol.<br><br>It turns out that `index` is one deprecated one function in posix.<br><br>Using `gcc -std=c99` fixes the problem, but `clang -std=c99` doesn't do the trick. Any explanation?<br>

</div><br><div><br clear="all"><div><br>-- <br>Best Regards<br><br>Yours faithfully<br>Albert Netymk
</div></div></div>