OpenCores
URL https://opencores.org/ocsvn/eco32/eco32/trunk

Subversion Repositories eco32

[/] [eco32/] [tags/] [eco32-0.26/] [sim/] [console.h] - Rev 270

Compare with Previous | Blame | View Log

/*
 * console.h -- the simulator's operator console
 */
 
 
#ifndef _CONSOLE_H_
#define _CONSOLE_H_
 
 
char *cGetLine(char *prompt);
void cAddHist(char *line);
void cPrintf(char *format, ...);
 
void cInit(void);
void cExit(void);
 
 
#endif /* _CONSOLE_H_ */
 

Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.