21 if (a != (
char *)
NULL) {
22 if (b == (
char *)
NULL)
27 errtmp = (
char *)
tmalloc( (strlen(a) + strlen(b)+2)*
sizeof(char));
29 (void) strcat(errtmp,
"\n");
30 (void) strcat(errtmp,b);
50 sprintf(buf,
"Device type %s not available in this binary.",str);
52 sprintf(buf,
"Incorrect model type.");
static char buf[MAXPROMPT]
char * INPdevErr(char *str)
char * INPerrCat(char *a, char *b)