struct adder_t; struct adder_t* adder_new(int x, int y); int adder_add(struct adder_t* f);