herror.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/herror.c
blob: 87f8cff4fd47ed50813c5b85191b59b645508377 (plain) (blame)
1
2
3
4
5
6
7
8
#define _GNU_SOURCE
#include <stdio.h>
#include <netdb.h>
void herror(const char *msg)
{
	fprintf(stderr, "%s%s%s\n", msg?msg:"", msg?": ":"", hstrerror(h_errno));
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月14日 14:03:39 +0000

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