Archive Index
This month's Index
|
Subject: Re: [libssh2] libssh2-0.15 Problems authenticating
Re: [libssh2] libssh2-0.15 Problems authenticating
From: Guenter Knauf <eflash_at_gmx.net>
Date: Fri, 20 Jul 2007 12:06:04 +0200
Hi Mikhail,
> PT> And the strcasecmp (might have typed it wrong) should probably be
> : strcasecmp, strncasecmp - compare two strings ignoring case
> Does not look like it does exactly the same thing as strcmp.
in MingW32 string.h you can find:
strncasecmp (const char * __sz1, const char * __sz2, size_t __sizeMaxCompare)
greetz, Guenter.
-------------------------------------------------------------------------
|