// // Created by Apache on 2022/7/15. // #include "example.h" using std::vector; int main() { struct event_base *base; base = event_base_new(); vector devices_found = serial::list_ports(); return 0; }