projects
/
oweals
/
busybox.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Simplified version checking.
[oweals/busybox.git]
/
cmdedit.h
1
#ifndef CMDEDIT_H
2
#define CMDEDIT_H
3
4
int cmdedit_read_input(char* promptStr, char* command);
5
6
#endif /* CMDEDIT_H */