index
:
libft.git
cub3d
fractol
ft_ls
ft_select
ft_ssl
malloc
master
minishell
push_swap
rendu
scop
School project: Rewritting some libc functions and adding new ones
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
main_test.c
blob: 6b74ac4040b972ef004563bbf9d24bb5edaec49d (
plain
)
1
2
3
4
5
6
7
#include
"test_libft.h"
int
main
(
void
)
{
TEST_CALL
(
ft_strlen
);
return
0
;
}