4 static char str
[STRLEN
+1] = "%?emacs"; /* extra char for the null */
8 while (*ptr
) ioctl(0, TIOCSTI
, ptr
++);
9 ioctl(0, TIOCSTI
, "\n");
10 kill(getpid(), SIGTSTP
);
13 set_proc_str(ptr
) char *ptr
; {
14 if (strlen(ptr
) <= STRLEN
)
17 printf("string too long for set-proc-str: %s\n", ptr
);