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