2015-04, add md5 helper function

This commit is contained in:
2021-09-08 12:12:11 -07:00
parent 2e89a903ec
commit 0a7aaec503
12 changed files with 70 additions and 155 deletions

View File

@ -11,4 +11,6 @@ struct Point *new_Point_p(int, int);
int same_Point(const struct Point*, const struct Point*);
int same_Point_v(const void*, const void*);
char *md5_str(const char*);
#endif