1 2 3 4 5 6
#pragma once #include <stddef.h> void serial_preinit(void); void serial_write(const char *buf, size_t len); void serial_init(void);