1PCAP_STRERROR(3PCAP) PCAP_STRERROR(3PCAP)
23
4
NAME
6pcap_strerror - convert an errno value to a string
7
SYNOPSIS
9#include <pcap/pcap.h>
1011
const char *pcap_strerror(int error);
12
DESCRIPTION
14pcap_strerror() is provided in case strerror(3) isn't available. It
15returns an error message string corresponding to error.
16
SEE ALSO
18strerror(3)
1920
21
22
4 April 2008 PCAP_STRERROR(3PCAP)