struct _iobuf {
  int _cnt;
  unsigned char *_ptr;
  unsigned char *_base;
  int _bufsiz;
  short _flag;
  char _file;
}
;
struct point {
  double x;
  double y;
  struct node *next;
}
;
struct node {
}
;