#include <net/if.h>
#include <stdlib.h>
void if_freenameindex(struct if_nameindex *idx)
{
free(idx);
}
#ifdef TEST
int
main(void) {
return 0;
}
#endif
![]() |
index : grovel | |
| Unnamed repository; edit this file 'description' to name the repository. | External SSH Git service user |
| aboutsummaryrefslogtreecommitdiff |
#include <net/if.h>
#include <stdlib.h>
void if_freenameindex(struct if_nameindex *idx)
{
free(idx);
}
#ifdef TEST
int
main(void) {
return 0;
}
#endif