Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Jun 21st, 2015
294
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.18 KB
| None
|
0
0
raw
download
clone
embed
print
report
void
f
(
int
flags
)
{
void
f1
(
void
)
;
void
f2
(
void
)
;
if
(
flags
&
1
)
f1
(
)
;
if
(
flags
&
2
)
f2
(
)
;
if
(
flags
&
1
)
f1
(
)
;
if
(
flags
&
2
)
f2
(
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
49 min ago | 13.41 KB
Untitled
1 hour ago | 9.46 KB
Untitled
2 hours ago | 12.60 KB
Untitled
3 hours ago | 11.80 KB
Untitled
4 hours ago | 16.76 KB
NovaGente CLS reccomendations
5 hours ago | 5.12 KB
Untitled
5 hours ago | 10.39 KB
Untitled
6 hours ago | 28.09 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!