Anyone knows of problems with strcspn
Jon LaBadie
jcyg@jgcomp.com
Fri May 23 17:00:00 GMT 2003
On Fri, May 23, 2003 at 03:33:00PM +0200, Johnny Willemsen wrote:
> Hi,
>
> I am porting an app to Cygwin. I now get strange errors. The code is as
> below, with all other compilers this works, but with Cygwin I have to
> substract 1 from len, because, when I copy then the string from the buffer
> from the given place I get a strange character when printing the string.
>
> Johnny
>
> Len = strcspn (buffer, delimiter)
Maybe a '\r\n' for dos-style files and '\n' for unix-style files problem?
--
Jon H. LaBadie jcyg@jgcomp.com
JG Computing
4455 Province Line Road (609) 252-0159
Princeton, NJ 08540-4322 (609) 683-7220 (fax)
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
More information about the Cygwin
mailing list