#ifndef _RUNES_VT100_H #define _RUNES_VT100_H void runes_vt100_process_string(RunesTerm *t, char *buf, size_t len); #endif