Date: Mon, 14 Jun 1999 17:39:15 +0200 (METDST) Message-Id: <199906141539.RAA01441@tyr.diku.dk> From: Morten Welinder To: eliz AT is DOT elta DOT co DOT il CC: djgpp-workers AT delorie DOT com In-reply-to: (message from Eli Zaretskii on Mon, 14 Jun 1999 16:42:21 +0300 (IDT)) Subject: Re: strtol References: Reply-To: djgpp-workers AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk It should work, but don't forget strtod, strtoul, ... Basically, just grep for isspace, isdigit, isal, and so on. The easiest fix typically is to make the string "unsigned char *". (Or copy it into such a local pointer if it happens to be the argument.) Morten