URL
https://opencores.org/ocsvn/eco32/eco32/trunk
Subversion Repositories eco32
[/] [eco32/] [trunk/] [sim/] [console.h] - Rev 34
Go to most recent revision | 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_ */
Go to most recent revision | Compare with Previous | Blame | View Log