After three attempts, buffer.h was finally integrated into guile
commit59d51ef8fb79a616294af4f7b0a8e308255e26ce
authortheblacksquid <theblacksquid@subvertising.org>
Wed, 4 Nov 2020 12:04:31 +0000 (4 20:04 +0800)
committertheblacksquid <theblacksquid@subvertising.org>
Wed, 4 Nov 2020 12:04:31 +0000 (4 20:04 +0800)
tree2c38b09e7e09aebafa579ce79c20c94d08edc795
parent74f6329ee13c268c7fb2410e19f986b38efe46ca
After three attempts, buffer.h was finally integrated into guile

It turns out I needed to wrap buffer_t into a pointer, so I made a new
function that initializes a new instance of buffer_t and returns it as
a pointer.
buffer.c
buffer.h
guile_wrap.c
guile_wrap.h
main.c
makefile