int getStartdelay();
int val; ... // Assign to val the value of the start delay val = getStartdelay(); ...