IPQ_ERRSTRSection: Linux Programmer's Manual (3)Updated: 16 October 2001 |
IPQ_ERRSTRSection: Linux Programmer's Manual (3)Updated: 16 October 2001 |
char *ipq_errstr(void);
void ipq_perror(const char *s);
The ipq_perror function prints an error message to stderr corresponding to the current value of the internal ipq_error variable, and the global errno variable (if set). The error message is prefixed with the string s as supplied by the application. If s is NULL, the error message is prefixed with the string "ERROR".
Distributed under the GNU General Public License.