eg0rmaffin

d1e00; zgtv2

Jul 4th, 2019
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C 0.08 KB | None | 0 0
  1. void        ft_ft(int *nbr)
  2. {
  3.     int* ptA;
  4.    
  5.     ptA = nbr;
  6.     *ptA = 42;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment