| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| 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 <cygwin AT cygwin DOT com> |
| 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 |
| 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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |