1 2 3 4 5 6
#ifndef _OSMO_MACADDR_H #define _OSMO_MACADDR_H int osmo_macaddr_parse(uint8_t *out, const char *in); #endif