Skip to content

Instantly share code, notes, and snippets.

@brandonprry
Created April 13, 2016 02:20
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 brandonprry/89539d9c363d0aa12fce11794cc32fbe to your computer and use it in GitHub Desktop.
Save brandonprry/89539d9c363d0aa12fce11794cc32fbe to your computer and use it in GitHub Desktop.
for( j = 0; j < n->classname_len && j<9; j++)
kv[j] = b[j*2];
kv[8] = 0;
sscanf( kv, "%x", (unsigned int*)( &key[i*4] ) );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment