#ifndef SIST2_FONT_H #define SIST2_FONT_H #include "src/sist.h" void parse_font(const char * buf, size_t buf_len, document_t *doc); #endif