#include "SaPopCalls.h"
void SaAssignNumRowsToInt(Widget w, XtPointer client_data, SaCallbackStruct *cbs);
SaAssignNumRowsToInt
assigns the number of rows in cbs
to the integer pointed to be client_data
.
client_data
is not the address of an integer variable, then a segmentation fault, or a corrupted heap is likely to occur.