index
|
people
|
commits
|
about
xplshn
/
aruu
/ tree
summary
|
tree
|
log
|
branches
|
tags
master
xplshn/aruu
/
cmd
/
extra
/
yap
/
help.h
1
#
ifndef HELP_H
2
#
define HELP_H
3
4
int
do_help
(
long
cnt
)
;
5
6
#
endif