push
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
/* ************************************************************************** */
|
||||
/* */
|
||||
/* ::: :::::::: */
|
||||
/* ft_ft.c :+: :+: :+: */
|
||||
/* +:+ +:+ +:+ */
|
||||
/* By: sgongas <sgongas@student.42.fr> +#+ +:+ +#+ */
|
||||
/* +#+#+#+#+#+ +#+ */
|
||||
/* Created: 2026/02/22 23:38:58 by sgongas #+# #+# */
|
||||
/* Updated: 2026/02/22 23:40:37 by sgongas ### ########.fr */
|
||||
/* */
|
||||
/* ************************************************************************** */
|
||||
|
||||
void ft_ft(int *nbr)
|
||||
{
|
||||
*nbr = 42;
|
||||
}
|
||||
|
||||
// #include <stdio.h>
|
||||
|
||||
// int main(void)
|
||||
// {
|
||||
// int nb;
|
||||
|
||||
// ft_ft(&nb);
|
||||
// printf("%d\n", nb);
|
||||
// return (0);
|
||||
// }
|
||||
Reference in New Issue
Block a user