[Info-vax] Whither VMS?

JF Mezei jfmezei.spamnot at vaxination.ca
Tue Oct 6 18:39:42 EDT 2009


ChrisQ wrote:

> I must be out of date. Have been programming C since about 1983 and have 
> never heard of C *library* function calls being reserved words within 
> the the C *compiler*.

>From what I have been told, some of the C library functions have been
implemented as macros now so that the code is embedded in the mainline
and allowing compiler optimisations.

For instance, character conversions functions such as toupper, tolower,
isalpha, isnum etc are now implemented as macros, not functions.


I had heard at one point, but not sure, that some C compilers would
process "printf" internally instead of calling an external routine. But
am not sure of that. (remember that in some environments, the compiler
and linker are the same thing).




More information about the Info-vax mailing list