Pastebin
API
tools
faq
paste
Login
Sign up
SHARE
TWEET
Untitled
a guest
Sep 18th, 2013
209
0
Never
Add comment
Not a member of Pastebin yet?
Sign Up
, it unlocks many cool features!
C
0.19 KB
| None
|
0
0
raw
download
clone
embed
print
report
#include <stdio.h>
#include <string.h>
int
main
(
int
argc
,
char
**
argv
)
{
char
buf
[
128
]
;
if
(
argc
<
2
)
return
1
;
strcpy
(
buf
,
argv
[
1
]
)
;
printf
(
"%s
\n
"
,
buf
)
;
return
0
;
}
Advertisement
Add Comment
Please,
Sign In
to add comment
Public Pastes
Untitled
47 min ago | 13.41 KB
Untitled
1 hour ago | 9.46 KB
Untitled
2 hours ago | 12.60 KB
Untitled
3 hours ago | 11.80 KB
Untitled
4 hours ago | 16.76 KB
NovaGente CLS reccomendations
5 hours ago | 5.12 KB
Untitled
5 hours ago | 10.39 KB
Untitled
6 hours ago | 28.09 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!