6 lines
62 B
C
6 lines
62 B
C
#include "libft.h"
|
|
|
|
t_list *ft_id(t_list *a)
|
|
{
|
|
return (a);
|
|
}
|