Mistake in string.h

jluciani@vicr.com jluciani@vicr.com
Wed Feb 7 10:46:00 GMT 2001


       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



More information about the Cygwin mailing list