Skip to content

Instantly share code, notes, and snippets.

@BSVino
Created August 19, 2014 22:33
Show Gist options
  • Select an option

  • Save BSVino/824adbff79b93f4f5a69 to your computer and use it in GitHub Desktop.

Select an option

Save BSVino/824adbff79b93f4f5a69 to your computer and use it in GitHub Desktop.
struct your_struct;
typedef void(*your_function_foo)(your_struct* s);
typedef struct {
your_function_foo f;
} your_struct;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment