#include #include #include #include #include "svmwgraph/svmwgraph.h" void pauseawhile(int howlong) { struct timeval bob; struct timezone mree; long begin_s,begin_u; vmwClearKeyboardBuffer(); gettimeofday(&bob,&mree); begin_s=bob.tv_sec; begin_u=bob.tv_usec; while ((bob.tv_sec-begin_s)