NBUF_SIZE
char numprint[NBUF_SIZE];
(void) snprintf(numprint, NBUF_SIZE, "%d", type);
(void) snprintf(numprint, NBUF_SIZE, "%d", alg);
(void) snprintf(numprint, NBUF_SIZE, "%d", alg);
(void) snprintf(numprint, NBUF_SIZE, "%d", type);
extern char numprint[NBUF_SIZE];