Go to the documentation of this file.
17 #if defined (POK_NEEDS_DEBUG) || defined (POK_NEEDS_PORTS_QUEUEING) || defined (POK_NEEDS_PORTS_SAMPLING)
22 int
strcmp (const
char *s1,
29 if (s1[i] ==
'\0' && s2[i] ==
'\0')
51 for (i = 0; i < size; i++)
53 if (s1[i] ==
'\0' && s2[i] ==
'\0')