napms
napms(50);
napms(50);
napms(50);
int napms(int);
return napms(ms);
report_return(napms(naptime));
static int napms = 50; /* Give the courier 50 milliseconds between characters */
itp->it_value.tv_sec = napms/1000;
itp->it_value.tv_usec = ((napms%1000)*1000);
static int napms = 50; /* Give the t3000 50 milliseconds between characters */
itp->it_value.tv_sec = napms/1000;
itp->it_value.tv_usec = ((napms%1000)*1000);