Loading...
Searching...
No Matches
Function Pointers

Common function pointer typedefs. More...

Typedefs

typedef void(* VoidFn) (void)
 Void function taking no arguments.
 

Detailed Description

Common function pointer typedefs.

Typedef Documentation

◆ VoidFn

typedef void(* VoidFn) (void)

Void function taking no arguments.