Skip to content

Instantly share code, notes, and snippets.

@jandre
Created June 18, 2014 21:09
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 jandre/4a8bed58dcb3455cfa85 to your computer and use it in GitHub Desktop.
Save jandre/4a8bed58dcb3455cfa85 to your computer and use it in GitHub Desktop.
struct my_file_handle {
unsigned int handle_bytes;
int handle_type;
unsigned char f_handle[8];
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment