1 2 3 4 5
#pragma once #include <stdint.h> char * typdown_getErrorString(uint8_t); char * typdown_parse(char *, uint8_t *);