42-archive/libftasm/ft_id.c
2016-09-08 01:12:42 +02:00

6 lines
58 B
C

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