pastebin
Add a new paste
View all pastes
Change language
Dutch
English
French
Russian
menu
URL Shortener
Multiple URL shortener
browser info
Whois IP and domain lookup
Capture a Website screenshot
Disqus Chatroom
Registration
pastebin
Paste Search Dynamic
Recent pastes
scan
2 hours ago
Helpers optimizePhp
2 hours ago
setPalindrome
2 hours ago
helpers strip
2 hours ago
struct node
2 hours ago
Helpers date
2 hours ago
map long long
2 hours ago
Helpers bytes
2 hours ago
inside
2 hours ago
IGit not found
2 hours ago
len myStrlen
#include <stdio.h>
int
myStrlen
(
char
s
[
]
)
{
}
int
main
(
)
{
int
len;
char
s
[
100
]
;
scanf
(
"%s"
,s
)
;
len = myStrlen
(
s
)
;
printf
(
"%s -> %dn"
,s,len
)
;
return
0
;
}
Parsed in 0.003 seconds