#include "stlfile.h" struct parseinfo* parse_file(char *buf, size_t len) { return NULL; } void free_parseinfo(struct parseinfo *info) { free(info); }