Very basic routines and classes for working with *nix APIs. More...
|
| |
| void | dumpErrorInfo (IN std::ostream &stream, IN int errorCode) |
| dumps diagnostics about a particular error code (errno) to the specified output stream | |
Very basic routines and classes for working with *nix APIs.
| void dumpErrorInfo | ( | IN std::ostream & | stream, | |
| IN int | errorCode | |||
| ) |
dumps diagnostics about a particular error code (errno) to the specified output stream
Definition at line 62 of file wave-nix.cpp.
1.7.1