the repository which powers this website
Diffstat (limited to 'waow.h')
| -rw-r--r-- | waow.h | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -0,0 +1,11 @@ +#ifndef WAOW_H +#define WAOW_H +#include <stddef.h> +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 */ |