Files
42_INT_01_libft/transform.c
2019-11-08 16:23:21 +01:00

5 lines
40 B
C

int transform(int a)
{
return(--a);
}