Skip to content

Instantly share code, notes, and snippets.

@roxlu

roxlu/winnt.h Secret

Created January 14, 2014 20:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save roxlu/854375f0fb64cac4bcc7 to your computer and use it in GitHub Desktop.
Save roxlu/854375f0fb64cac4bcc7 to your computer and use it in GitHub Desktop.
extern "C++" // templates cannot be declared to have 'C' linkage
template <typename T, size_t N>
char (*RtlpNumberOf( UNALIGNED T (&)[N] ))[N];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment