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

Subversion Repositories eco32

[/] [eco32/] [tags/] [eco32-0.22/] [sim/] [console.h] - Diff between revs 8 and 21

Go to most recent revision | Only display areas with differences | Details | Blame | View Log

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

powered by: WebSVN 2.1.0

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