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
/
ft_lstdelone.c
blob: bf5f61e0e5acf1f5be64d3a546d58a0f3e43041d (
plain
)
1
2
3
4
5
6
#include
"libft.h"
void
ft_lstdelone
(
t_list
**
alst
,
void
(*
del
)(
void
*,
size_t
))
{
}