Jeffrey Altman wrote:

       .
>  4      fn(x,  y,  z);            /*  Function  call: functions   */
>                                   /*  x  and  y,  and  array  z   */
>                                   /*  passed  as  addresses */


A function pointer may not be an "address" -- in particular,  on segmented
architectures,  a function pointer may not resolve to any regular
storage class for the compiler/platform combo.  Another reason not
to try to cast function pointers ...


-- 
QUI ME AMET, CANEM MEUM ETIAM AMET
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to