echo void foo(){} > x.c && gcc -c -Zomf -o x.obj x.c && grep -c _foo x.obj
returns 0 on EMX. Am I correct that it would return non-0 on kLIBc
targets?
Thanks,
Ilya
P.S. Please do not suggest looking for version of gcc. E.g., I'm
using 3.3.5 for compile with EMX C runtime...
Here with klibc it returns 1
Dave