Project

General

Profile

« Previous | Next » 

Revision 9a90cd22

Added by nobu (Nobuyoshi Nakada) about 1 year ago

Cast via uintptr_t function pointer between object pointer

  • ISO C forbids conversion of function pointer to object pointer type
  • ISO C forbids conversion of object pointer to function pointer type