#include <pandabase.h>
Go to the source code of this file.
Functions | |
void | pprerror (const char *format,...) |
A handy function like perror(). |
Definition in file pprerror.h.
|
A handy function like perror(). It outputs the printf-style format string and its arguments, followed by a colon and the NSPR-given description of its current error state. Definition at line 49 of file pprerror.cxx. Referenced by NetAddress::clear(), ConnectionReader::process_incoming_data(), and ConnectionListener::receive_datagram(). |