C3 Tutorial
Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Toggle Dark/Light/Auto mode Back to homepage

Function Pointers

  • Similar to C function pointers.
  • Function pointer types must be defined explicitly using def, they cannot be defined inline in the function declaration.