|
if (strncmp(p->strng->s, strng.s, strng.len) == 0)
|
|
if (strncmp(p->strng->s, strng.s, strng.len) == 0)
|
|
while (p->next != NULL && (cmp = strncmp(p->next->strng->s, strng.s, strng.len)) < 0)
|
|
while (p->next != NULL && (cmp = strncmp(p->next->strng->s, strng.s, strng.len)) < 0)
|