projects
/
apple
/
boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
boot-132.tar.gz
[apple/boot.git]
/
i386
/
testmodule
/
install.def
1
int install_choose( char **strings, int nstrings, int min, int max )
2
strings, nstrings, min, max;
3
int install_chooseFromDriverList(
4
char *title,
5
char *message,
6
char **strings,
7
int nstrings
8
) title, message, strings, nstrings;
9
void install_clearScreen(void) ;