Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cmdedit.h « shell « busybox - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 83893572a259995a4f410c394ae218647c53459d (plain)
1
2
3
4
5
6
#ifndef CMDEDIT_H
#define CMDEDIT_H

int     cmdedit_read_input(char* promptStr, char* command);

#endif /* CMDEDIT_H */