Skip to content

Instantly share code, notes, and snippets.

@msm-code
Created October 21, 2016 09:57
Show Gist options
  • Save msm-code/ebae09a45b87dda43a18f00b0cce6c21 to your computer and use it in GitHub Desktop.
Save msm-code/ebae09a45b87dda43a18f00b0cce6c21 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