#ifndef _OSspec_h
#define _OSspec_h

void clrScr();
char inputCh(bool echo = true);

#endif

