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.cc

20 lines
238 B
C++

#include "help.hh"
typedef enum {
ME_FOO,
ME_BAR,
} my_enum_t;
struct test {
int foo;
float other;
};
struct test bar;
my_enum_t blather;
static struct test baz;
const char help_text_start[] = "Bah! No objcopy :(";