#include "wvsplitstream.h"
#include <sys/types.h>
#include <sys/time.h>
#include <assert.h>
Go to the source code of this file.
Functions | |
WvSplitStream | wvconsole (0, 1) |
Variables | |
WvStream * | wvcon = &wvconsole |
|
|
|
console stream, typically a WvSplitStream made from fd's 0 and 1. This can be reassigned while the program is running, if desired, but MUST NOT be NULL. Definition at line 19 of file wvsplitstream.cc. |