//sunrpc/xdr1/opt2.x
struct mylist {
  string	name<>;
  long		value;
  mylist	*next;
};

struct args {
  mylist	*list;
};
