Skip to content

Instantly share code, notes, and snippets.

@zevlg
Created February 14, 2017 15:33
Show Gist options
  • Save zevlg/0a4ef602231e9d8997f7a709daa3103d to your computer and use it in GitHub Desktop.
Save zevlg/0a4ef602231e9d8997f7a709daa3103d to your computer and use it in GitHub Desktop.
struct cnode {
size_t length;
u_int magic;
union {
int32_t ia;
uint32_t uia;
void *ptr;
} uap;
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment