SDL Visual Test
|
#include <SDL_test.h>
Functions | |
void | SDLVisualTest_HashString (char *str, char hash[33]) |
Header with miscellaneous helper functions.
Source file with miscellaneous helper functions.
void SDLVisualTest_HashString | ( | char * | str, |
char | hash[33] | ||
) |
Stores a 32 digit hexadecimal string representing the MD5 hash of the string str
in hash
.