This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Anyone knows of problems with strcspn


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)



--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]