#ifndef WAOW_H #define WAOW_H #include struct out { char *name; char *value; }; extern struct out *fext(const char *x, size_t len); extern struct out *fname(const char *x, size_t len); #endif /* UI_TREE_H */