8 lines
179 B
C
8 lines
179 B
C
|
/* defined in helpcontent.c */
|
||
|
|
||
|
extern int help_chapteroffsets[], help_maxlen, help_numchapters;
|
||
|
extern const char help_text[];
|
||
|
|
||
|
/* in help.c */
|
||
|
void full_help(const char *name);
|