Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com Date: Wed, 7 Feb 2001 22:00:18 +0100 From: Corinna Vinschen To: cygwin AT cygwin DOT com Subject: Re: Mistake in string.h Message-ID: <20010207220018.G23481@cygbert.vinschen.de> Mail-Followup-To: cygwin AT cygwin DOT com References: <000B34CF DOT 001419 AT vicr DOT com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000B34CF.001419@vicr.com>; from jluciani@vicr.com on Wed, Feb 07, 2001 at 01:44:57PM -0500 On Wed, Feb 07, 2001 at 01:44:57PM -0500, jluciani AT vicr DOT com wrote: > 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); What string.h file do you have? The string.h provided by Cygwin contains the following line: char *_EXFUN(strsep,(char **, const char *)); and there is neither a _strsep nor a strset or _strset function declared. Corinna -- Corinna Vinschen Please, send mails regarding Cygwin to Cygwin Developer mailto:cygwin AT cygwin DOT com Red Hat, Inc. -- Want to unsubscribe from this list? Check out: http://cygwin.com/ml/#unsubscribe-simple