30 |
|
|
31 |
|
|
32 |
#include <stdarg.h> |
#include <stdarg.h> |
33 |
#include "tcl.h" |
#include <tcl.h> |
34 |
#include "utilities/ascConfig.h" |
#include <utilities/ascConfig.h> |
35 |
#include "utilities/ascMalloc.h" |
#include <utilities/ascMalloc.h> |
36 |
#include "general/list.h" |
#include <general/list.h> |
37 |
#include "general/pool.h" |
#include <general/pool.h> |
38 |
#include "interface/HelpProc.h" |
#include "HelpProc.h" |
39 |
|
|
40 |
#ifndef lint |
#ifndef lint |
41 |
static CONST char HelpProcRCS[] = "$Id: HelpProc.c,v 1.12 2003/08/23 18:43:06 ballan Exp $"; |
static CONST char HelpProcRCS[] = "$Id: HelpProc.c,v 1.12 2003/08/23 18:43:06 ballan Exp $"; |