Created
April 13, 2016 02:20
-
-
Save brandonprry/89539d9c363d0aa12fce11794cc32fbe to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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