Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Sep 16th, 2016
155
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
text
0.11 KB
| None
|
0
0
raw
download
clone
embed
print
report
diff
function int Clamp(int i, int min, int max)
{
if (i < min) return min;
if (i > max) return max;
return i;
}
Add Comment
Please,
Sign In
to add comment
Public Pastes
Парсер событий (1 год)
Python | 9 sec ago | 2.16 KB
Scam Casinos and Stores
JavaScript | 53 sec ago | 0.06 KB
Order.js
JavaScript | 1 min ago | 1.18 KB
Chaturbate with Tokens
JavaScript | 1 min ago | 0.05 KB
Make $1000 15-MINUTES (BEGINNER) 6D
JavaScript | 1 min ago | 0.24 KB
EARN $900 INSTANTLY 2025 EI
JavaScript | 8 min ago | 0.24 KB
Doublespending using Vanity Wallet
JavaScript | 16 min ago | 0.06 KB
Market.js
JavaScript | 16 min ago | 1.18 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!