File: help.h

package info (click to toggle)
epic4 1%3A3.0-2.2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 3,756 kB
  • sloc: ansic: 56,285; makefile: 631; sh: 161; perl: 30
file content (14 lines) | stat: -rw-r--r-- 246 bytes parent folder | download | duplicates (11)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
/*
 * help.h: header for help.c
 *
 * Copyright 1994 Matthew Green
 * Copyright 1997 EPIC Software Labs
 * See the Copyright file for license information
 */

#ifndef __help_h__
#define __help_h__

	BUILT_IN_COMMAND(help);

#endif /* __help_h */