#pragma once #include // returns fd if success, -1 if no path match <-1 if error int serial_open(const char *path, size_t path_len);