source:
trunk/minix/commands/yap/help.h@
10
Last change on this file since 10 was 9, checked in by , 14 years ago | |
---|---|
File size: 376 bytes |
Rev | Line | |
---|---|---|
[9] | 1 | /* Copyright (c) 1985 Ceriel J.H. Jacobs */ |
2 | ||
3 | /* $Header: /cvsup/minix/src/commands/yap/help.h,v 1.1.1.1 2005/04/21 14:55:39 beng Exp $ */ | |
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 |
Note:
See TracBrowser
for help on using the repository browser.