freebsd man page for pcap_strerror

Query: pcap_strerror

OS: freebsd

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

PCAP_STRERROR(3)					     Library Functions Manual						  PCAP_STRERROR(3)

NAME
pcap_strerror - convert an errno value to a string
SYNOPSIS
#include <pcap/pcap.h> const char *pcap_strerror(int error);
DESCRIPTION
pcap_strerror() is provided in case strerror(3) isn't available. It returns an error message string corresponding to error.
SEE ALSO
strerror(3) 4 April 2008 PCAP_STRERROR(3)
Related Man Pages
strerror(3c) - opensolaris
strerror(3) - bsd
pcap_compile(3) - netbsd
pcap_open_offline(3) - netbsd
strerror_r(3) - osf1
Similar Topics in the Unix Linux Community
FreeBSD Kernel Internals, Dr. Marshall Kirk McKusick
Is UNIX an open source OS ?
Valid separator in time and date format
Is it safe to install x86 Solaris 10 U6 after installed-Linux-and-FreeBSD?