the repository which powers this website
1
2
3
4
5
6
7
8
9
10
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 */