Re: strtok but keep the separator
From: Martin Ambuhl (mambuhl_at_earthlink.net)
Date: 12/01/04
- Next message: Gordon Burditt: "Re: Why in stdint.h have both least and fast integer types?"
- Previous message: James Harris: "Re: Why in stdint.h have both least and fast integer types?"
- In reply to: Steven: "strtok but keep the separator"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 01 Dec 2004 13:43:59 -0500
Steven wrote:
> I need a way to use strtok or some other function to parse a string but keep
> the original separator.
Copy the string; keep the original; work on the copy.
- Next message: Gordon Burditt: "Re: Why in stdint.h have both least and fast integer types?"
- Previous message: James Harris: "Re: Why in stdint.h have both least and fast integer types?"
- In reply to: Steven: "strtok but keep the separator"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|