04.06.2013 Views

Dynamic C function reference

Dynamic C function reference

Dynamic C function reference

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

• void set( void *address, unsigned bit )<br />

Sets the specified bit at memory address to 1. The bit may be from 0<br />

to 31. Use SET (upper case) for in-line expansion of this call. This is<br />

equivalent to the following expression:<br />

*(long *) address |= 1L

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!