Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Aug 28th, 2011
86
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>
typedef
struct
test_st test_t
;
struct
test_st
{
int
a
;
int
b
;
}
;
int
main
(
)
{
test_t
*
test
=
{
23
,
42
}
;
printf
(
"%d, %d
\n
"
,
test
->
a
,
test
->
b
)
;
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐⭐⭐GMAIL Logs (2FA disabled)⭐⭐⭐
Java | 0 sec ago | 0.06 KB
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐⭐
Java | 2 sec ago | 0.06 KB
✅ MAKE $2000 INSTANTLY
JavaScript | 2 sec ago | 0.25 KB
⭐⭐⭐MAKE $900 INSTANTLY⭐⭐⭐
Java | 3 sec ago | 0.06 KB
✅ Exploit 2500$ in 15 Minutes
JavaScript | 9 sec ago | 0.25 KB
⭐⭐⭐Make $1500 in 20 minutes⭐⭐⭐
Java | 11 sec ago | 0.06 KB
⭐⭐⭐Profit Method⭐⭐⭐
Java | 13 sec ago | 0.06 KB
⭐⭐⭐Make $15OO in 2O minutesV E⭐⭐⭐
Java | 14 sec ago | 0.06 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!