Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jun 3rd, 2013
95
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.20 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <assert.h>
#include <rtapi_bitops.h>
int main()
{
long x = 1;
int y = test_and_set_bit(31, &x);
assert(!y);
y = test_and_set_bit(31, &x);
assert(y);
return 0;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ Make $2500 in 15 minutes
JavaScript | 5 sec ago | 0.25 KB
✅ Make $2500 in 15 minutes
JavaScript | 11 sec ago | 0.25 KB
⭐ChangeNOW Bug (Get more on BTC swaps)
JavaScript | 51 sec ago | 0.25 KB
⭐ChangeNOW Bug (Get more on BTC swaps)
JavaScript | 57 sec ago | 0.25 KB
⭐⭐⭐MAKE $9OO INSTANTLY D G⭐⭐⭐
Java | 1 min ago | 0.18 KB
⭐⭐⭐Exploit 500$ in 15 Minutes⭐⭐⭐
Java | 1 min ago | 0.18 KB
⭐⭐⭐ChangeNOW Exploit⭐⭐⭐
Java | 1 min ago | 0.18 KB
⭐ MAKE $2500 IN 15 MIN ⭐
JavaScript | 1 min ago | 0.25 KB
We use cookies for various purposes including analytics. By continuing to use Pastebin, you agree to our use of cookies as described in the
Cookies Policy
.
OK, I Understand
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!