feat: add strencmp
This commit is contained in:
parent
e5f6c01c2b
commit
7258ae9237
|
@ -21,5 +21,6 @@ struct nod *mknod(struct nod *nod, int loc);
|
|||
int mkstr(struct nod *nod, char *str);
|
||||
int gentree(struct nod *nod, char *strs, char *delim);
|
||||
int streecmp(struct nod *nod, char *str);
|
||||
int streencmp(struct nod *nod, char *str, int len);
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue
Block a user