PSNAMESIZE
char psname[PSNAMESIZE] = "larn"; /* the process name */
if (strlen(i) >= PSNAMESIZE)
i[PSNAMESIZE - 1] = 0;