#include "defs.h" L_INT placB(count) INT count; { L_INT i, sum; char b[LONGWIDTH+1]; sum = 0; while (count-- > 0 && mkfault==0) { i = iterate(); Ltoa(sumwir(), b); reply(b); sum += i; if (i == 0) break; } return(sum); }