woody-woodpacker/inc/woody.h

9 lines
101 B
C

#ifndef WOODY_H
# define WOODY_H
# include "ft_printf.h"
int woody_woodpacker(char *path);
#endif