> The way I worked around this problem in the past is by defining
> _ANSI_SOURCE. The tcc tests pass this way, and they use stdio and stdlib.
> The logic was that you indicate that you want only ANSI API and none of the
> platform specific stuff. Now, this might not be what you are looking for,
> but barring that you want to develop for OSX specifically, I think this
> should be fine.
> Miki
Hi Miki, thanks a lot for the workaround. :-) My question to the list would be if we shouldn't define this symbol in the tcc binary for MACOSX in order to make code more portable.
Best regards,
/PA