Go get that rank 02. 🎓
// Put this at the top of your file, before any function #include <stdio.h> // YES, you can use printf for debugging, just remove before submit #define DEBUG 1 #if DEBUG ) #else define DPRINTF(...) #endif
size_t i = 0; while (s[i]) i++; return (i);
// ft_putstr_fd - for debugging without printf void ft_putstr_fd(char *s, int fd)