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

Subversion Repositories eco32

[/] [eco32/] [trunk/] [monitor/] [monitor/] [common/] [getline.h] - Blame information for rev 257

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 59 hellwig
/*
2
 * getline.h -- line input
3
 */
4
 
5
 
6
#ifndef _GETLINE_H_
7
#define _GETLINE_H_
8
 
9
 
10
char *getLine(char *prompt);
11
void addHist(char *line);
12
 
13
 
14
#endif /* _GETLINE_H_ */

powered by: WebSVN 2.1.0

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