Yes that's what I thought. Any ANSI C experts care to comment on whether
that is legal or not?
It's as legal as this:
  extern int foo(int);
  int (*fp)(int) = &foo;

 :)


______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
Development Mailing List                       [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to