Re: platform specific API or C standard API

Tech Tip: Click here to run a free scan for Windows Errors and optimize PC performance



"George" wrote:
Are there any official site to check whether an API (like
tolower or
toLower) is platform specific API (e.g. Microsoft platform
specific, Linux
specific) or C common standard API?

You can find this info on every function's page in MSDN. See
"Requirements" section. There is compatibility info aganst
each variant of the function.

Alex


.



Relevant Pages