This commit is contained in:
2024-12-02 07:17:41 -08:00
parent 924caa936c
commit b5f4daede9
3 changed files with 56 additions and 5 deletions

View File

@ -9,7 +9,7 @@
#define MIN(x, y) (x) < (y) ? (x) : (y)
char *md5_str(const char *);
Vector *string_to_int_vector(const char *input_string, const char *delim);
int int_comp(const void *a, const void *b);
#endif