netname.c\network\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/network/netname.c
blob: ba6e665681ab76414a82c57114e34fb36653090c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
#include <netdb.h>
struct netent *getnetbyaddr(uint32_t net, int type)
{
	return 0;
}
struct netent *getnetbyname(const char *name)
{
	return 0;
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月11日 17:53:28 +0000

AltStyle によって変換されたページ (->オリジナル) /