#include #include "radd.h" extern CLIENT *handle; int add( int x, int y ) { operands op; op.x = x; op.y = y; return *radd_1(&op,handle); }