2015-04, add md5 helper function
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user