gdb-best-friend/examples/stap-probe/baz.c
Sergio Durigan Junior dd97dffcfb Adding slides in en_US
This commit adds the slides in en_US, and also the examples.
2014-10-16 18:47:50 -04:00

12 lines
109 B
C

struct baz
{
int a;
char b;
union
{
int c;
char d;
} u;
};
struct baz blabla;