woody-woodpacker/inc/woody.h

9 lines
101 B
C
Raw Normal View History

2024-08-27 08:43:56 +00:00
#ifndef WOODY_H
# define WOODY_H
2024-08-27 09:43:26 +00:00
# include "ft_printf.h"
int woody_woodpacker(char *path);
2024-08-27 08:43:56 +00:00
#endif