acc/include/util/misc.h
2023-02-07 10:32:03 +08:00

8 lines
134 B
C

#ifndef ACC_UTIL_MISC_H
#define ACC_UTIL_MISC_H
int strequal(const char *s1, const char *s2);
char *strclone(const char *s);
#endif