Skip to content

Instantly share code, notes, and snippets.

@cleak
Created January 2, 2019 01:23
Show Gist options
  • Save cleak/09c85d78faad96cd96f5161ca8396ed3 to your computer and use it in GitHub Desktop.
Save cleak/09c85d78faad96cd96f5161ca8396ed3 to your computer and use it in GitHub Desktop.
typedef void (GreetFn)(void*, const char* name);
struct GenericGreeter_VTable {
GreetFn* greet;
GreetFn* dismiss;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment