Skip to content

Instantly share code, notes, and snippets.

@msm-code
Created October 21, 2016 09:35
Show Gist options
  • Save msm-code/f87eaa8c0ecdf72c571a1e110f916e9e to your computer and use it in GitHub Desktop.
Save msm-code/f87eaa8c0ecdf72c571a1e110f916e9e to your computer and use it in GitHub Desktop.
paper.cpp.9649ca87fd3cc81af5e9d904e348f143
struct chunk {
uint32_t type;
uint32_t length;
char data[chunk_length];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment