/* libfoo3.c */ #include int foo_alloc() { struct rtnl_addr *addr = NULL; addr = rtnl_addr_alloc(); return addr != NULL; }