Re: sscanf problem
Re: sscanf problem
- Subject: Re: sscanf problem
- From: lbland <email@hidden>
- Date: Wed, 28 Jan 2004 09:17:35 -0500
On Jan 28, 2004, at 8:46 AM, Marco Scheurer wrote:
Probably off-topic, but from man sscanf:
%s Matches a sequence of non-white-space characters [...].
Double-quote is not white space, so maybe you wanted a pattern like:
"%d %d \"%[^\"]\""
Oh, yeah, I read that as a sprintf() in my last post. Sorry. Duh. I was
wondering what was going on...
;-)
-lance
Lance Bland
mailto:email@hidden
VVI
888-VVI-PLOT
http://www.vvi.com
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.