
7 Jul
2006
7 Jul
'06
9:24 p.m.
Hi Peter, On 7/7/06, Peter Dimov <pdimov@mmltd.net> 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