expect.h
494 Bytes
/*
* Copyright (C) 1996-1998 by the Board of Trustees
* of Leland Stanford Junior University.
*
* This file is part of the SimOS distribution.
* See LICENSE file for terms of the license.
*
*/
/*****************************************************************
* expect.h
*
*
*******************************************************************/
#ifndef _EXPECT_H_
#define _EXPECT_H_
char ExpectGetChar(int consoleNum);
void ExpectPutChar(int consoleNum, char ch);
#endif