42-archive/libftasm/ft_id.c
2016-09-10 15:25:47 +02:00

6 lines
62 B
C

#include "libft.h"
t_list *ft_id(t_list *a)
{
return (a);
}