From: Michael van der Westhuizen (r1mikey_at_[hidden])
Date: 2006-07-07 17:24:56


Hi Peter,

On 7/7/06, Peter Dimov <pdimov_at_[hidden]> wrote:
[snip]
> Is it possible to make this:
>
> inline bool compareAndSwap(uint32_t * dest_, uint32_t * compare_, uint32_t
> swap_ );
>
[snip]
>
> Also, where is uint32_t defined? We probably need to include the appropriate
> header.

You're looking for:
#include <inttypes.h>

Michael