Skip to main content
C3 Tutorial
GitHub 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 alias, they cannot be defined inline in the function declaration.