mastodont-c/src/mastodont.c
me@ow.nekobit.net 9c758331bf Initial
FossilOrigin-Name: be71954e3fb364d819b61d45a31569346ce9dd47ac695f978c2c60b63134bd41
2022-01-18 23:43:18 +00:00

11 lines
110 B
C

#include <mastodont.h>
int mastodont_init(mastodont_t* data)
{
}
int mastodont_free(mastodont_t* data)
{
}