You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lnav/src/help.hh

17 lines
287 B
C++

/**
* @file help.hh
*/
#ifndef __help_hh
#define __help_hh
extern "C" {
/**
* The help message text. The value for this comes from the "help.txt" file,
* which gets linked into the executable by the Makefile.
*/
extern const char help_text_start[];
}
#endif