fix: wrong folder, put in root
This commit is contained in:
parent
8d087d989f
commit
9c80828ca6
1 changed files with 0 additions and 0 deletions
|
|
@ -1,13 +0,0 @@
|
|||
#include "libft.h"
|
||||
|
||||
int ft_putptr(void *ptr)
|
||||
{
|
||||
int count = 0;
|
||||
|
||||
count += ft_putstr("0x");
|
||||
if (!ptr)
|
||||
count += ft_putchar('0');
|
||||
else
|
||||
count += ft_putaddr((unsigned long)ptr);
|
||||
return (count);
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue