#include #include "e-table-simple.h" struct { char *str; int val; } data [] = { { "Miguel", 10 }, { "Nat", 20 }, { NULL, 0 }, }; main () { }