> > __eprintf > > Assert macro support. __eprintf is an annoyance, frequently encountered (e.g. on Solaris) by people who mix C code generated by gcc and by some other C compiler and attempt to link it, thereby getting this one as an undefined symbol. It would be nice to make it go away somehow, e.g. by relying on the vendor's assert.h header.