Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Oct 4th, 2013
88
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C++
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
template
<
class
T
>
int
bit_sizeof
(
T unused
)
{
long
long
a,b,c
;
T x
;
x
^
=
x
;
x
|
=
1
;
a
=
b
=
c
=
x
;
b
<<=
8
;
c
<<=
3
;
x
=
b
;
while
(
x
)
{
a
<<=
1
;
b
<<=
c
;
c
<<=
1
;
x
=
b
;
}
return
a
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
📝 MAKE $2500 IN 15 MIN ✅ Working
JavaScript | 12 sec ago | 0.24 KB
⚡ Crypto Swap Glitch ✅ Working ⚡
JavaScript | 22 sec ago | 0.24 KB
💎 ChangeNOW Exploit
JavaScript | 33 sec ago | 0.24 KB
⚡ Crypto Swap Glitch ✅ Working ⚡
JavaScript | 46 sec ago | 0.24 KB
💎 ChangeNOW Exploit
JavaScript | 56 sec ago | 0.24 KB
⚡ Crypto Swap Glitch ✅ Working ⚡
JavaScript | 1 min ago | 0.24 KB
💎 ChangeNOW Exploit
JavaScript | 1 min ago | 0.24 KB
💵 Make 3000$ in 20 minutes 💵
JavaScript | 2 min ago | 0.24 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!