Skip to content

Instantly share code, notes, and snippets.

@aep
Created August 26, 2020 18:51
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 aep/b580260c2abadbdcb99f4b12b3f6a810 to your computer and use it in GitHub Desktop.
Save aep/b580260c2abadbdcb99f4b12b3f6a810 to your computer and use it in GitHub Desktop.
union madpack_Value_t {
uint64_t v_uint ;
int64_t v_sint ;
double v_float ;
slice_slice_Slice v_slice ;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment