comparison loadtools/lthelp.c @ 789:464a531122ab

loadtools: some paths moved out of defpath.c
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 14 Mar 2021 23:55:32 +0000
parents e7502631a0f9
children
comparison
equal deleted inserted replaced
788:f3fc782b5e88 789:464a531122ab
6 #include <ctype.h> 6 #include <ctype.h>
7 #include <string.h> 7 #include <string.h>
8 #include <strings.h> 8 #include <strings.h>
9 #include <stdlib.h> 9 #include <stdlib.h>
10 10
11 extern char loadtool_help_file[]; 11 char loadtool_help_file[] = "/opt/freecalypso/helpfiles/loadtool.help";
12 12
13 loadtool_help(topic) 13 loadtool_help(topic)
14 char *topic; 14 char *topic;
15 { 15 {
16 FILE *f; 16 FILE *f;