HariboteOS/day18/libc/include/string.h
2021-04-17 23:15:24 +08:00

7 lines
101 B
C

#ifndef _STRING_H
#define _STRING_H
int strcmp(const char *s1,const char *s2);
#endif // _STRING_H