Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 71 → Rev 72

/SPARTAN/trunk/src/lib/func.c
61,7 → 61,7
* @return 0 if the strings are equal, 1 otherwise.
*
*/
int strcmp(char *src, char *dst)
int strcmp(const char *src, const char *dst)
{
int i;