struct mystruct { struct queue q; int myval; }; struct queue demoQueue; struct mystruct *currItemP, *nextItemP; ... for (queue_Scan(&demoQueue, currItemP, nextItemP, mystruct)) { currItemP->myval++; }
{ "data", "ack", "busy", "abort", "ackall", "challenge", "response", "debug" }
#if defined(__STDC__) && !defined(__HIGHC__) #define RXS_OP(obj, op, args) ((obj->ops->op_ ## op) ? (*(obj)->ops->op_ ## op)args : 0) #else #define RXS_OP(obj, op, args) ((obj->ops->op_op) ? (*(obj)->ops->op_op)args : 0) #endif
IN | struct rx call *call, | |
IN | long rc ) |