repo.or.cz
/
minix.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tty: don't use custom kputc; this fixes tty printf()s.
[minix.git]
/
commands
/
yap
/
help.h
blob
c05c50744b3124afb45c8582cb5d58a33becd6f3
1
/* Copyright (c) 1985 Ceriel J.H. Jacobs */
2
3
/* $Header$ */
4
5
# ifndef _HELP_
6
# define PUBLIC extern
7
# else
8
# define PUBLIC
9
# endif
10
11
int
do_help
();
12
/*
13
* int do_help(cnt);
14
* long cnt; This is ignored, but a count is given
15
* to any command
16
*
17
* Give a summary of commands
18
*/
19
20
# undef PUBLIC