Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
[COD]: Remover espaços de frase
garfield
Apr 30th, 2013
242
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
Pawn
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
stock RemSpaces
(
str
[
]
)
{
static
l,
p
;
for
(
l
=
strlen
(
str
)
, p
=
0
; l
!=
p;
++
p
)
{
if
(
str
[
p
]
==
' '
)
{
strdel
(
str, p, p
+
1
)
;
}
}
printf
(
str
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Exchange Exploit T P
JavaScript | 26 sec ago | 0.32 KB
✅ Exploit 500$ in 15 Minutes
JavaScript | 38 sec ago | 0.32 KB
✅ Make $15OO in 2O minutesV J
JavaScript | 43 sec ago | 0.32 KB
Exchange Exploit
JavaScript | 46 sec ago | 0.32 KB
✅ MAKE $500 IN 15 MIN
JavaScript | 54 sec ago | 0.32 KB
Swapzone Glitch (Working)E J
JavaScript | 58 sec ago | 0.32 KB
ChangeNOW Bug (Get more on BTC swaps x) N
JavaScript | 1 min ago | 0.32 KB
⭐Crypto Exchange Profit Method⭐
JavaScript | 1 min 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!