Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
my_exit.c
a guest
Sep 23rd, 2014
198
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
free_tab
(
char
**
tab
)
{
int
i
;
i
=
0
;
while
(
tab
[
i
]
)
{
free
(
tab
[
i
]
)
;
i
++;
}
free
(
tab
)
;
return
(
0
)
;
}
void
my_exit
(
char
**
input
)
{
free_tab
(
input
)
;
exit
(
0
)
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
✅ API Flaw Money Method
CSS | 39 min ago | 1.03 KB
lista
39 min ago | 1.34 KB
This month smells like money
CSS | 41 min ago | 1.03 KB
⭐ Exploit Documentation ⭐
CSS | 42 min ago | 1.03 KB
Hivemind AI
4 hours ago | 0.59 KB
z66is_archive.zip.txt
8 hours ago | 883.04 KB
RUN
8 hours ago | 0.08 KB
R4RS
9 hours ago | 1.33 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!