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