Re: sscanf threadsafe
Re: sscanf threadsafe
- Subject: Re: sscanf threadsafe
- From: "Chris Suter" <email@hidden>
- Date: Wed, 24 Sep 2008 06:21:01 +1000
On Wed, Sep 24, 2008 at 6:13 AM, Sean McBride <email@hidden> wrote:
> On 9/23/08 3:41 PM, email@hidden said:
>
>>upon using Xcode 3.1 and 10.5 i see some strange behaviour of my code
>>could it be the case that 'sscanf' is NOT threadsafe (anymore)?
>
> anymore? Was it ever documented to be threadsafe? Its man page does
> not contain the word 'thread'.
Why wouldn't sscanf be thread safe? It doesn't use any global state
and the strings are constant.
-- Chris
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden