Testing if a function is defined in a module

Carlos Smith carlos-smith at sympatico.ca
Tue Feb 20 19:44:24 PST 2007


Hi!

say i have defined a function (or i dont):

int YYUSERINIT( )
{
   ...
}


How can i test (statically), later in the module
if that function have been defined ?

if yes, code using the function will
be compiled.

Thanks




More information about the Digitalmars-d-learn mailing list