. let kernel use read_tsc() from sysutil library
[minix3.git] / commands / yap / help.h
blobc05c50744b3124afb45c8582cb5d58a33becd6f3
1 /* Copyright (c) 1985 Ceriel J.H. Jacobs */
3 /* $Header$ */
5 # ifndef _HELP_
6 # define PUBLIC extern
7 # else
8 # define PUBLIC
9 # endif
11 int do_help();
13 * int do_help(cnt);
14 * long cnt; This is ignored, but a count is given
15 * to any command
17 * Give a summary of commands
20 # undef PUBLIC