lnav/src/help.cc

20 lines
238 B
C++
Raw Normal View History

2009-09-14 03:07:32 +02:00
#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 :(";