Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
Runer112
Apr 21st, 2020
109
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.23 KB
| None
|
0
0
raw
download
clone
embed
print
report
typedef enum Type {
A,
B
} type_t;
typedef struct A {
...
} a_t;
typedef struct B {
...
} b_t;
typedef struct Thing {
type_t type;
union
{
a_t a;
b_t b;
};
} thing_t;
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
⭐ChangeNOW Bug (Get more on BTC swaps) C
JavaScript | 8 sec ago | 0.31 KB
Swapzone Glitch ⭐Working⭐
JavaScript | 16 sec ago | 0.32 KB
ChangeNOW Exploit
JavaScript | 20 sec ago | 0.32 KB
⭐ Instant Profit Method ⭐ X
JavaScript | 23 sec ago | 0.31 KB
ChangeNOW Bug (Get more on BTC swaps)
JavaScript | 29 sec ago | 0.32 KB
⭐Swapzone Glitch (Working) 0
JavaScript | 32 sec ago | 0.31 KB
✅ Make $1500 in 20 minutes
JavaScript | 33 sec ago | 0.32 KB
⭐Crypto Exchange Profit Method⭐
JavaScript | 35 sec ago | 0.32 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!