On Wed, 26 May 2010 09:25:18 -0700 Chris Quenelle wrote: > Rather than writing your code to know which functions are > available as function pointers on which platforms, wouldn't > it be better to write the code so that it runs on any C99 > compliant system?
it does run on all C99 compliant systems the implementation requires a "name" => function-pointer table a compile time probe is done to determine the "name"s that have real functions vs the ones that are macros the probe generates wrapper functions for the ones that are macros _______________________________________________ tools-compilers mailing list [email protected]
