Skip to content

Instantly share code, notes, and snippets.

@abissell
Last active January 3, 2016 02:29
Embed
What would you like to do?
// "generic_defs.h"
#define TYPED_STRUCT(NAME, T) struct NAME##_##T
#define TYPED_FN(NAME, T, FN_NAME) NAME##_##T##_##FN_NAME
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment