source: trunk/minix/commands/yap/help.h@ 9

Last change on this file since 9 was 9, checked in by Mattia Monga, 13 years ago

Minix 3.1.2a

File size: 376 bytes
Line 
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
11int 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.