This is the mail archive of the cygwin@sources.redhat.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]

Mistake in string.h


       I believe there is an error in the declration of strsep in the 
     string.h file. I made the changes listed below and was able to use the 
     function in my program.
     
            Old line: char* _strset (char*, int);
            New line: char* _strsep (char**, const char*); 
     
            Old line: char* strset (char*, int);
            New line: char* strsep (char**, const char*); 
     
     (* jcl *)

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


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