7 lines
57 B
C
7 lines
57 B
C
#include <stdio.h>
|
|
|
|
void ft_ft(int *nbr)
|
|
{
|
|
*nbr = 42;
|
|
}
|