Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
dllbridge
Oct 19th, 2020
2,101
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.17 KB
| None
|
0
0
raw
download
clone
embed
print
report
int
stack
[
1000
]
;
int
*
sp
;
#define push(sp, n) (*((sp)++) = (n))
#define pop(sp) (*--(sp))
{
sp
=
stack
;
/* initialize */
push
(
sp
,
10
)
;
x
=
pop
(
sp
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
🔥🔥 ELON'S BTC STRATEGY 🔥🔥
JavaScript | 3 min ago | 0.67 KB
Untitled
PHP | 4 min ago | 78.26 KB
theme default typography preset
CSS | 5 min ago | 0.85 KB
⭐⭐ Instant Money Method ⭐⭐ ✅
JavaScript | 13 min ago | 0.67 KB
🚨🚨 HUGE MONEY BY TRUMP
JavaScript | 23 min ago | 0.67 KB
Custom Sky
Lua | 30 min ago | 11.13 KB
⭐⭐ FREE BTC GUIDE ✅ Working ⭐⭐
JavaScript | 33 min ago | 0.67 KB
Untitled
VeriLog | 34 min ago | 0.42 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!