#include "wave-nix.h"#include "linux/errno.h"
Go to the source code of this file.
Defines | |
| #define | DIAGNOSE_CODE(x) | 
Functions | |
| void | dumpErrorInfo (IN std::ostream &stream, IN int errorCode) | 
| dumps diagnostics about a particular error code (errno) to the specified output stream   | |
| #define DIAGNOSE_CODE | ( | x | ) | 
case x : \ stream << "Error code " << x << ": " << #x << "\n"; \ break;
Definition at line 55 of file wave-nix.cpp.
 1.7.1