Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Bla
Sam-Sampaio
Mar 30th, 2019
318
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.23 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <stdio.h>
void
*
func
(
void
)
{
void
*
p
=
"teste"
;
return
p
;
}
int
main
(
int
argc
,
char
*
argv
[
]
)
{
void
*
(
*
ptr
)
(
void
)
;
ptr
=
func
;
printf
(
"%s
\n
"
,
ptr
(
)
)
;
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ Swapzone Profit Method
JavaScript | 0 sec ago | 0.25 KB
ChangeNOW Bug (Get more on BTC swaps)
JavaScript | 8 sec ago | 0.25 KB
Exchange Exploit
JavaScript | 14 sec ago | 0.25 KB
✅ Swapzone Profit Method
JavaScript | 19 sec ago | 0.25 KB
Free Crypto Method ✅ NEVER SEEN BEFORE
JavaScript | 30 sec ago | 0.25 KB
✅ Free ETH Method
JavaScript | 33 sec ago | 0.25 KB
ChangeNOW Bug (Get more on BTC swaps)
JavaScript | 44 sec ago | 0.25 KB
✅ Free ETH Method
JavaScript | 45 sec 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!