Multi-platform includes?

I know that <cstudio> can also be <stdio> and can be written different ways on Linux then with windows.

I've see some code doing a IFDEF __APPLE__ (I'm guessing, if compiled on a mac do whats between this) Is there one for Linux/Window?

Do you mean <cstdio> ?

Yes, there is. Please check out the following link: HTML Tidy: platform.h Source File

HTH,
Lo�c
--

"There are two ways to write error-free programs; only the third one works." -- Alan J. Perlis

Yeah I meant <cstdio> sorry, I made a typo. Thanks for this it looks pretty interesting

Here is probably the best online source for this type of information: Pre-defined C/C++ Compiler Macros