#include <netdb.h>
struct netent *getnetbyaddr(uint32_t net, int type)
{
return 0;
}
struct netent *getnetbyname(const char *name)
{
return 0;
}
#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 <netdb.h>
struct netent *getnetbyaddr(uint32_t net, int type)
{
return 0;
}
struct netent *getnetbyname(const char *name)
{
return 0;
}
#ifdef TEST
int
main(void) {
return 0;
}
#endif