This website requires JavaScript.
Explore
Help
Sign In
gbrochar
/
woody-woodpacker
Watch
1
Star
0
Fork
You've already forked woody-woodpacker
0
Code
Issues
1
Pull Requests
1
Packages
Projects
Releases
Wiki
Activity
b16dd2c39d
woody-woodpacker
/
inc
/
woody.h
9 lines
101 B
C
Raw
Normal View
History
Unescape
Escape
chore: Makefile
2024-08-27 08:43:56 +00:00
#
ifndef WOODY_H
#
define WOODY_H
chore: prettier Makefile
2024-08-27 09:43:26 +00:00
#
include "ft_printf.h"
int
woody_woodpacker
(
char
*
path
)
;
chore: Makefile
2024-08-27 08:43:56 +00:00
#
endif