1 2 3 4 5 6 7 8 9 10
#include "osm/discover.h" Vector osm_discover_onboard(char *sock_fd) { Vector out = {0}; return out; }