| 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 |
| Mime-Version: | 1.0 |
| Date: | Wed, 7 Feb 2001 13:44:57 -0500 |
| Message-ID: | <000B34CF.001419@vicr.com> |
| From: | jluciani AT vicr DOT com |
| Subject: | Mistake in string.h |
| To: | cygwin AT cygwin DOT com |
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
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |