This website requires JavaScript.
Explore
Help
Sign In
42berlin
/
piscine-timo-moulinette
Watch
1
Star
0
Fork
You've already forked piscine-timo-moulinette
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
0f615a0cf8
piscine-timo-moulinette
/
c09
/
ex00
/
ft_strlen_test.c
8 lines
95 B
C
Raw
Blame
History
#
include
<stdio.h>
int
main
(
void
)
{
printf
(
"
%d
\n
"
,
ft_strlen
(
"
HELLO WORLD
"
)
)
;
return
(
0
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink